Searched refs:intent (Results 1 – 1 of 1) sorted by relevance
190 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument198 public IBinder onBind(Intent intent) { in onBind() argument302 Intent intent = new Intent(this, MainActivity.class); in showNotification() local303 intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP); in showNotification()307 intent, //intent in showNotification()