Home
last modified time | relevance | path

Searched defs:intent (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
DSampleMediaRouteProvider.java284 public boolean onControlRequest(Intent intent, ControlRequestCallback callback) { in onControlRequest()
339 private boolean handlePlay(Intent intent, ControlRequestCallback callback) { in handlePlay()
351 private boolean handleEnqueue(Intent intent, ControlRequestCallback callback) { in handleEnqueue()
397 private boolean handleRemove(Intent intent, ControlRequestCallback callback) { in handleRemove()
419 private boolean handleSeek(Intent intent, ControlRequestCallback callback) { in handleSeek()
443 private boolean handleGetStatus(Intent intent, ControlRequestCallback callback) { in handleGetStatus()
462 private boolean handlePause(Intent intent, ControlRequestCallback callback) { in handlePause()
477 private boolean handleResume(Intent intent, ControlRequestCallback callback) { in handleResume()
492 private boolean handleStop(Intent intent, ControlRequestCallback callback) { in handleStop()
507 private boolean handleStartSession(Intent intent, ControlRequestCallback callback) { in handleStartSession()
[all …]
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
DSampleMediaRouteProvider.java284 public boolean onControlRequest(Intent intent, ControlRequestCallback callback) { in onControlRequest()
339 private boolean handlePlay(Intent intent, ControlRequestCallback callback) { in handlePlay()
351 private boolean handleEnqueue(Intent intent, ControlRequestCallback callback) { in handleEnqueue()
397 private boolean handleRemove(Intent intent, ControlRequestCallback callback) { in handleRemove()
419 private boolean handleSeek(Intent intent, ControlRequestCallback callback) { in handleSeek()
443 private boolean handleGetStatus(Intent intent, ControlRequestCallback callback) { in handleGetStatus()
462 private boolean handlePause(Intent intent, ControlRequestCallback callback) { in handlePause()
477 private boolean handleResume(Intent intent, ControlRequestCallback callback) { in handleResume()
492 private boolean handleStop(Intent intent, ControlRequestCallback callback) { in handleStop()
507 private boolean handleStartSession(Intent intent, ControlRequestCallback callback) { in handleStartSession()
[all …]
/developers/build/prebuilts/gradle/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/
DMainActivity.kt55 val intent = Intent(this, UnresizableActivity::class.java).apply { in onStartUnresizableClick() constant
78 val intent = Intent(this, AdjacentActivity::class.java).apply { in onStartAdjacentActivity() constant
97 val intent = Intent(this, LaunchBoundsActivity::class.java) in onStartLaunchBoundsActivity() constant
/developers/samples/android/ui/window/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/
DMainActivity.kt55 val intent = Intent(this, UnresizableActivity::class.java).apply { in onStartUnresizableClick() constant
78 val intent = Intent(this, AdjacentActivity::class.java).apply { in onStartAdjacentActivity() constant
97 val intent = Intent(this, LaunchBoundsActivity::class.java) in onStartLaunchBoundsActivity() constant
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
DUtilityService.java88 Intent intent = new Intent(context, UtilityService.class); in triggerWearTest() local
95 Intent intent = new Intent(context, UtilityService.class); in addGeofences() local
101 Intent intent = new Intent(context, UtilityService.class); in requestLocation() local
107 Intent intent = new Intent(context, UtilityService.class); in clearNotification() local
113 Intent intent = new Intent(context, UtilityService.class); in getClearRemoteNotificationsIntent() local
123 protected void onHandleIntent(Intent intent) { in onHandleIntent()
183 private void geofenceTriggered(Intent intent) { in geofenceTriggered()
256 private void locationUpdated(Intent intent) { in locationUpdated()
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
DUtilityService.java89 Intent intent = new Intent(context, UtilityService.class); in triggerWearTest() local
96 Intent intent = new Intent(context, UtilityService.class); in addGeofences() local
102 Intent intent = new Intent(context, UtilityService.class); in requestLocation() local
108 Intent intent = new Intent(context, UtilityService.class); in clearNotification() local
114 Intent intent = new Intent(context, UtilityService.class); in getClearRemoteNotificationsIntent() local
124 protected void onHandleIntent(Intent intent) { in onHandleIntent()
184 private void geofenceTriggered(Intent intent) { in geofenceTriggered()
257 private void locationUpdated(Intent intent) { in locationUpdated()
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DCreditCardCompoundViewActivity.kt47 val intent = WelcomeActivity.getStartActivityIntent(this) in submit() constant
54 val intent = Intent(context, CreditCardCompoundViewActivity::class.java) in getStartActivityIntent() constant
DVirtualSignInActivity.kt52 val intent = WelcomeActivity.getStartActivityIntent(this@VirtualSignInActivity) in submitLogin() constant
71 val intent = Intent(context, VirtualSignInActivity::class.java) in getStartActivityIntent() constant
DStandardSignInActivity.kt53 val intent = WelcomeActivity.getStartActivityIntent(this@StandardSignInActivity) in login() constant
72 val intent = Intent(context, StandardSignInActivity::class.java) in getStartActivityIntent() constant
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DCreditCardCompoundViewActivity.kt47 val intent = WelcomeActivity.getStartActivityIntent(this) in submit() constant
54 val intent = Intent(context, CreditCardCompoundViewActivity::class.java) in getStartActivityIntent() constant
DVirtualSignInActivity.kt52 val intent = WelcomeActivity.getStartActivityIntent(this@VirtualSignInActivity) in submitLogin() constant
71 val intent = Intent(context, VirtualSignInActivity::class.java) in getStartActivityIntent() constant
DStandardSignInActivity.kt53 val intent = WelcomeActivity.getStartActivityIntent(this@StandardSignInActivity) in login() constant
72 val intent = Intent(context, StandardSignInActivity::class.java) in getStartActivityIntent() constant
/developers/samples/android/deprecated/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
DResponderService.java67 public IBinder onBind(Intent intent) { in onBind()
72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
101 Intent intent = new Intent(ACTION_RESPONSE); in showNotification() local
134 Intent intent = new Intent(MainActivity.ACTION_NOTIFY); in broadcastMessage() local
/developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
DResponderService.java67 public IBinder onBind(Intent intent) { in onBind()
72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
101 Intent intent = new Intent(ACTION_RESPONSE); in showNotification() local
134 Intent intent = new Intent(MainActivity.ACTION_NOTIFY); in broadcastMessage() local
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
DAuthActivity.kt87 val intent = intent in <lambda>() constant
122 val intent = Intent(context, AuthActivity::class.java) in <lambda>() constant
128 val intent = Intent(context, AuthActivity::class.java) in <lambda>() constant
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
DAuthActivity.kt87 val intent = intent in <lambda>() constant
122 val intent = Intent(context, AuthActivity::class.java) in <lambda>() constant
128 val intent = Intent(context, AuthActivity::class.java) in <lambda>() constant
/developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
DReplyToMessageIntentService.java56 protected void onHandleIntent(@Nullable Intent intent) { in onHandleIntent()
85 private Chat extractChat(Intent intent) { in extractChat()
93 private CharSequence getMessage(Intent intent) { in getMessage()
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
DReplyToMessageIntentService.java56 protected void onHandleIntent(@Nullable Intent intent) { in onHandleIntent()
85 private Chat extractChat(Intent intent) { in extractChat()
93 private CharSequence getMessage(Intent intent) { in getMessage()
/developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
DUtilityService.java54 Intent intent = new Intent(context, UtilityService.class); in clearNotification() local
64 Intent intent = new Intent(context, UtilityService.class); in getClearRemoteNotificationsIntent() local
78 Intent intent = new Intent(context, UtilityService.class); in startDeviceActivity() local
96 protected void onHandleIntent(Intent intent) { in onHandleIntent()
/developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
DUtilityService.java54 Intent intent = new Intent(context, UtilityService.class); in clearNotification() local
64 Intent intent = new Intent(context, UtilityService.class); in getClearRemoteNotificationsIntent() local
78 Intent intent = new Intent(context, UtilityService.class); in startDeviceActivity() local
96 protected void onHandleIntent(Intent intent) { in onHandleIntent()
/developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/
DMainActivity.java59 Intent intent = new Intent(this, UnresizableActivity.class); in onStartUnresizableClick() local
80 Intent intent = new Intent(this, AdjacentActivity.class); in onStartAdjacentActivity() local
96 Intent intent = new Intent(this, LaunchBoundsActivity.class); in onStartLaunchBoundsActivity() local
/developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/
DMainActivity.java59 Intent intent = new Intent(this, UnresizableActivity.class); in onStartUnresizableClick() local
80 Intent intent = new Intent(this, AdjacentActivity.class); in onStartAdjacentActivity() local
96 Intent intent = new Intent(this, LaunchBoundsActivity.class); in onStartLaunchBoundsActivity() local
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DRecipeService.java47 public IBinder onBind(Intent intent) { in onBind()
52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
60 private void createNotification(Intent intent) { in createNotification()
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DRecipeService.java47 public IBinder onBind(Intent intent) { in onBind()
52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
60 private void createNotification(Intent intent) { in createNotification()
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DBluetoothLeService.java118 final Intent intent = new Intent(action); in broadcastUpdate() local
124 final Intent intent = new Intent(action); in broadcastUpdate() local
162 public IBinder onBind(Intent intent) { in onBind()
167 public boolean onUnbind(Intent intent) { in onUnbind()

12345678910>>...12