Home
last modified time | relevance | path

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

12345678910>>...23

/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java274 public void onEnabled(Context context, Intent intent) { in onEnabled()
288 public CharSequence onDisableRequested(Context context, Intent intent) { in onDisableRequested()
300 public void onDisabled(Context context, Intent intent) { in onDisabled()
312 public void onPasswordChanged(Context context, Intent intent) { in onPasswordChanged()
323 public void onPasswordFailed(Context context, Intent intent) { in onPasswordFailed()
334 public void onPasswordSucceeded(Context context, Intent intent) { in onPasswordSucceeded()
355 public void onPasswordExpiring(Context context, Intent intent) { in onPasswordExpiring()
380 public void onProfileProvisioningComplete(Context context, Intent intent) { in onProfileProvisioningComplete()
391 public void onLockTaskModeEntering(Context context, Intent intent, String pkg) { in onLockTaskModeEntering()
401 public void onLockTaskModeExiting(Context context, Intent intent) { in onLockTaskModeExiting()
[all …]
/frameworks/support/v4/java/android/support/v4/app/
DRemoteInput.java187 public static Bundle getResultsFromIntent(Intent intent) { in getResultsFromIntent()
202 public static void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent()
210 Bundle getResultsFromIntent(Intent intent); in getResultsFromIntent()
211 void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent()
217 public Bundle getResultsFromIntent(Intent intent) { in getResultsFromIntent()
223 public void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, Bundle results) { in addResultsToIntent()
230 public Bundle getResultsFromIntent(Intent intent) { in getResultsFromIntent()
235 public void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, Bundle results) { in addResultsToIntent()
242 public Bundle getResultsFromIntent(Intent intent) { in getResultsFromIntent()
247 public void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, Bundle results) { in addResultsToIntent()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DBroadcastInterceptingContext.java55 public boolean dispatchBroadcast(Intent intent) { in dispatchBroadcast()
124 public void sendBroadcast(Intent intent) { in sendBroadcast()
137 public void sendBroadcast(Intent intent, String receiverPermission) { in sendBroadcast()
142 public void sendBroadcastAsUser(Intent intent, UserHandle user) { in sendBroadcastAsUser()
147 public void sendBroadcastAsUser(Intent intent, UserHandle user, in sendBroadcastAsUser()
153 public void sendStickyBroadcast(Intent intent) { in sendStickyBroadcast()
158 public void sendStickyBroadcastAsUser(Intent intent, UserHandle user) { in sendStickyBroadcastAsUser()
163 public void removeStickyBroadcast(Intent intent) { in removeStickyBroadcast()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DLocalService.java52 public void onStart(Intent intent, int startId) { in onStart()
87 public IBinder onBind(Intent intent) { in onBind()
93 public boolean onUnbind(Intent intent) { in onUnbind()
109 public void onRebind(Intent intent) { in onRebind()
DClearTop.java34 Intent intent = new Intent(getIntent()).setAction(LocalScreen.CLEAR_TASK) in onCreate() local
40 public void onNewIntent(Intent intent) { in onNewIntent()
/frameworks/base/location/java/android/location/
DSettingInjectorService.java136 public final IBinder onBind(Intent intent) { in onBind()
141 public final void onStart(Intent intent, int startId) { in onStart()
146 public final int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
152 private void onHandleIntent(Intent intent) { in onHandleIntent()
171 private void sendStatus(Intent intent, boolean enabled) { in sendStatus()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DRemotePlaybackClient.java297 Intent intent = new Intent(action); in playOrEnqueue() local
342 Intent intent = new Intent(MediaControlIntent.ACTION_SEEK); in seek() local
373 Intent intent = new Intent(MediaControlIntent.ACTION_GET_STATUS); in getStatus() local
406 Intent intent = new Intent(MediaControlIntent.ACTION_REMOVE); in remove() local
433 Intent intent = new Intent(MediaControlIntent.ACTION_PAUSE); in pause() local
460 Intent intent = new Intent(MediaControlIntent.ACTION_RESUME); in resume() local
487 Intent intent = new Intent(MediaControlIntent.ACTION_STOP); in stop() local
516 Intent intent = new Intent(MediaControlIntent.ACTION_START_SESSION); in startSession() local
547 Intent intent = new Intent(MediaControlIntent.ACTION_GET_SESSION_STATUS); in getSessionStatus() local
578 Intent intent = new Intent(MediaControlIntent.ACTION_END_SESSION); in endSession() local
[all …]
/frameworks/base/core/java/android/app/
DIntentService.java115 public void onStart(Intent intent, int startId) { in onStart()
129 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
145 public IBinder onBind(Intent intent) { in onBind()
161 protected abstract void onHandleIntent(Intent intent); in onHandleIntent()
DService.java321 public void onStart(Intent intent, int startId) { in onStart()
457 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
501 public abstract IBinder onBind(Intent intent); in onBind()
516 public boolean onUnbind(Intent intent) { in onUnbind()
531 public void onRebind(Intent intent) { in onRebind()
/frameworks/base/core/java/com/android/internal/os/storage/
DExternalStorageFormatter.java80 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
119 public IBinder onBind(Intent intent) { in onBind()
140 Intent intent = new Intent(Intent.ACTION_MASTER_CLEAR); in fail() local
187 Intent intent = new Intent(Intent.ACTION_MASTER_CLEAR); in updateProgressState() local
199 Intent intent = new Intent(Intent.ACTION_MASTER_CLEAR); in updateProgressState() local
/frameworks/support/v4/api20/android/support/v4/app/
DRemoteInputCompatApi20.java55 static Bundle getResultsFromIntent(Intent intent) { in getResultsFromIntent()
60 Intent intent, Bundle results) { in addResultsToIntent()
61 RemoteInput.addResultsToIntent(fromCompat(remoteInputs), intent, results); in addResultsToIntent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java131 Intent intent = new Intent(); in onStorageStateChangedAsync() local
199 Intent intent = new Intent(); in onStorageStateChangedAsync() local
213 Intent intent = new Intent(); in onStorageStateChangedAsync() local
255 Intent intent = new Intent(); in updateUsbMassStorageNotification() local
308 Intent intent = new Intent(); in setUsbStorageNotification() local
401 Intent intent = new Intent(); in setMediaStorageNotification() local
/frameworks/base/core/java/android/content/
DContextWrapper.java322 public void startActivity(Intent intent) { in startActivity()
328 public void startActivityAsUser(Intent intent, UserHandle user) { in startActivityAsUser()
333 public void startActivity(Intent intent, Bundle options) { in startActivity()
339 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { in startActivityAsUser()
360 public void startIntentSender(IntentSender intent, in startIntentSender()
368 public void startIntentSender(IntentSender intent, in startIntentSender()
376 public void sendBroadcast(Intent intent) { in sendBroadcast()
381 public void sendBroadcast(Intent intent, String receiverPermission) { in sendBroadcast()
387 public void sendBroadcast(Intent intent, String receiverPermission, int appOp) { in sendBroadcast()
392 public void sendOrderedBroadcast(Intent intent, in sendOrderedBroadcast()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecents.java98 Intent intent = new Intent(RecentsActivity.CLOSE_RECENTS_INTENT); in hideRecents() local
118 Intent intent = new Intent(RecentsActivity.TOGGLE_RECENTS_INTENT); in toggleRecents() local
267 Intent intent = new Intent(RecentsActivity.PRELOAD_INTENT); in preloadRecents() local
281 Intent intent = new Intent(RecentsActivity.CANCEL_PRELOAD_INTENT); in cancelPreloadingRecents() local
314 private void sendBroadcastSafely(Intent intent) { in sendBroadcastSafely()
322 private void startActivitySafely(Intent intent, Bundle opts) { in startActivitySafely()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DActivityStarter.java28 void startPendingIntentDismissingKeyguard(PendingIntent intent); in startPendingIntentDismissingKeyguard()
29 public void startActivity(Intent intent, boolean dismissShade); in startActivity()
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
DWakeLoopService.java54 public IBinder onBind(Intent intent) { in onBind()
60 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
94 Intent intent = new Intent(WakeUpCall.WAKEUP_CALL) in onDestroy() local
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusedLocationService.java27 public IBinder onBind(Intent intent) { in onBind()
35 public boolean onUnbind(Intent intent) { in onUnbind()
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSchedulerService.java28 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
43 public IBinder onBind(Intent intent) { in onBind()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneFallbackEventHandler.java123 Intent intent = new Intent(Intent.ACTION_VOICE_COMMAND); in onKeyDown() local
151 Intent intent = new Intent(Intent.ACTION_CAMERA_BUTTON, null); in onKeyDown() local
175 Intent intent = new Intent(Intent.ACTION_SEARCH_LONG_PRESS); in onKeyDown() local
267 Intent intent = new Intent(Intent.ACTION_CALL_BUTTON); in startCallActivity() local
/frameworks/base/services/core/java/com/android/server/search/
DSearchManagerService.java119 public void onReceive(Context context, Intent intent) { in onReceive()
133 public void onReceive(Context context, Intent intent) { in onReceive()
165 Intent intent = new Intent(SearchManager.INTENT_ACTION_SEARCHABLES_CHANGED); in updateSearchables() local
191 Intent intent = new Intent(SearchManager.INTENT_GLOBAL_SEARCH_ACTIVITY_CHANGED); in onChange() local
275 Intent intent = new Intent(Intent.ACTION_ASSIST); in launchAssistAction() local
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java276 public void startActivity(Intent intent) { in startActivity()
281 public void startActivity(Intent intent, Bundle options) { in startActivity()
296 public void startIntentSender(IntentSender intent, in startIntentSender()
303 public void startIntentSender(IntentSender intent, in startIntentSender()
310 public void sendBroadcast(Intent intent) { in sendBroadcast()
315 public void sendBroadcast(Intent intent, String receiverPermission) { in sendBroadcast()
321 public void sendBroadcast(Intent intent, String receiverPermission, int appOp) { in sendBroadcast()
326 public void sendOrderedBroadcast(Intent intent, in sendOrderedBroadcast()
332 public void sendOrderedBroadcast(Intent intent, String receiverPermission, in sendOrderedBroadcast()
340 public void sendOrderedBroadcast(Intent intent, String receiverPermission, int appOp, in sendOrderedBroadcast()
[all …]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DReceiverService.java40 public IBinder onBind(Intent intent) { in onBind()
45 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/frameworks/base/core/java/android/service/voice/
DIVoiceInteractionSession.aidl25 void taskStarted(in Intent intent, int taskId); in taskStarted()
26 void taskFinished(in Intent intent, int taskId); in taskFinished()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportReceiver.java67 public void onReceive(Context context, Intent intent) { in onReceive()
115 final Intent intent = new Intent(context, BugreportWarningActivity.class); in buildWarningIntent() local
124 final Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in buildSendIntent() local
177 private static File getFileExtra(Intent intent, String key) { in getFileExtra()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DAlternateRecentsComponent.java142 public void onReceive(Context context, Intent intent) { in onReceive()
208 Intent intent = new Intent(action); in createLocalBroadcastIntent() local
245 Intent intent = createLocalBroadcastIntent(mContext, in onShowRecents() local
267 Intent intent = createLocalBroadcastIntent(mContext, in onHideRecents() local
279 Intent intent = createLocalBroadcastIntent(mContext, ACTION_HIDE_RECENTS_ACTIVITY); in hideRecents() local
293 Intent intent = createLocalBroadcastIntent(mContext, in onToggleRecents() local
314 Intent intent = createLocalBroadcastIntent(mContext, in onPreloadRecents() local
416 Intent intent = createLocalBroadcastIntent(mContext, in onConfigurationChanged() local
499 Intent intent = createLocalBroadcastIntent(mContext, ACTION_TOGGLE_RECENTS_ACTIVITY); in toggleRecentsActivity() local
704 Intent intent = new Intent(sToggleRecentsAction); in startAlternateRecentsActivity() local
[all …]

12345678910>>...23