Home
last modified time | relevance | path

Searched refs:intent (Results 1 – 1 of 1) sorted by relevance

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java190 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
198 public IBinder onBind(Intent intent) { in onBind() argument
302 Intent intent = new Intent(this, MainActivity.class); in showNotification() local
303 intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP); in showNotification()
307 intent, //intent in showNotification()