Home
last modified time | relevance | path

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

123456

/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/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/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()
DListenerService.java46 Intent intent = DetailActivity.getLaunchIntent(this, attractionName); in onMessageReceived() local
54 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in onMessageReceived() local
/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
DStandardAutoCompleteSignInActivity.kt77 … val intent = WelcomeActivity.getStartActivityIntent(this@StandardAutoCompleteSignInActivity) in submitLogin() constant
117 val intent = Intent(context, StandardAutoCompleteSignInActivity::class.java) in getStartActivityIntent() constant
DEmailComposeActivity.kt39 val intent = Intent(context, EmailComposeActivity::class.java) in getStartActivityIntent() constant
/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/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/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/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/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/connectivity/bluetooth/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()
/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/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DBigPictureSocialIntentService.java57 protected void onHandleIntent(Intent intent) { in onHandleIntent()
122 private CharSequence getMessage(Intent intent) { in getMessage()
183 Intent intent = new Intent(this, BigPictureSocialIntentService.class); in recreateBuilderWithBigPictureStyle() local
DMessagingIntentService.java61 protected void onHandleIntent(Intent intent) { in onHandleIntent()
132 private CharSequence getMessage(Intent intent) { in getMessage()
245 Intent intent = new Intent(this, MessagingIntentService.class); in recreateBuilderWithMessagingStyle() local
/developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
DMessageReplyReceiver.java40 public void onReceive(Context context, Intent intent) { in onReceive()
68 private CharSequence getMessageText(Intent intent) { in getMessageText()
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
DDetailActivity.java43 Intent intent = getLaunchIntent(activity, attraction); in launch() local
54 Intent intent = new Intent(context, DetailActivity.class); in getLaunchIntent() local
/developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
DMainActivity.java48 protected void onNewIntent(Intent intent) { in onNewIntent()
57 private void handleIntent(Intent intent) { in handleIntent()
/developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
DSendMessageActivity.java102 private boolean resolveIntent(Intent intent) { in resolveIntent()
127 Intent intent = new Intent(this, SelectContactActivity.class); in selectContact() local
/developers/samples/android/deprecated/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
DTimerNotificationService.java47 protected void onHandleIntent(Intent intent) { in onHandleIntent()
76 Intent intent = new Intent(Constants.ACTION_SHOW_ALARM, null, this, in deleteTimer() local
/developers/samples/android/content/SharingShortcuts/Application/src/main/java/com/example/android/sharingshortcuts/
DSendMessageActivity.java103 private boolean handleIntent(Intent intent) { in handleIntent()
136 Intent intent = new Intent(this, SelectContactActivity.class); in selectContact() local
/developers/samples/android/wearable/wear/WearComplicationProvidersTestSuite/Wearable/src/main/java/com/example/android/wearable/wear/wearcomplicationproviderstestsuite/
DComplicationToggleReceiver.java35 public void onReceive(Context context, Intent intent) { in onReceive()
58 Intent intent = new Intent(context, ComplicationToggleReceiver.class); in getToggleIntent() local

123456