Home
last modified time | relevance | path

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

12345678

/frameworks/base/services/java/com/android/server/
DMountService.java232 Intent intent = new Intent(); in updateUsbMassStorageNotification() local
252 Intent intent = new Intent(Intent.ACTION_MEDIA_UNMOUNTED, in handlePossibleExplicitUnmountBroadcast() local
277 Intent intent = new Intent(Intent.ACTION_UMS_CONNECTED); in notifyUmsConnected() local
286 Intent intent = new Intent(Intent.ACTION_UMS_DISCONNECTED); in notifyUmsDisconnected() local
303 Intent intent = new Intent(Intent.ACTION_MEDIA_REMOVED, in notifyMediaRemoved() local
324 Intent intent = new Intent(Intent.ACTION_MEDIA_UNMOUNTED, in notifyMediaUnmounted() local
340 Intent intent = new Intent(Intent.ACTION_MEDIA_CHECKING, in notifyMediaChecking() local
350 Intent intent = new Intent(); in notifyMediaNoFs() local
370 Intent intent = new Intent(Intent.ACTION_MEDIA_MOUNTED, in notifyMediaMounted() local
381 Intent intent = new Intent(); in notifyMediaShared() local
[all …]
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/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()
DIntentSenderTest.java41 final Intent intent = makeBroadcastIntent(BROADCAST_REGISTERED); in testRegisteredReceivePermissionDenied() local
70 final Intent intent = makeBroadcastIntent(BROADCAST_LOCAL_DENIED); in testLocalReceivePermissionDenied() local
DBroadcastTest.java108 Intent intent = new Intent(action, null); in makeBroadcastIntent() local
118 public final void gotReceive(String name, Intent intent) { in gotReceive()
194 public void onRegisteredReceiver(Intent intent) { in onRegisteredReceiver()
263 public void onReceive(Context context, Intent intent) { in onReceive()
304 Intent intent = new Intent(LaunchpadActivity.BROADCAST_STICKY1, null); in testSetSticky() local
318 Intent intent = new Intent(LaunchpadActivity.BROADCAST_STICKY1, null); in testClearSticky() local
332 Intent intent = new Intent(LaunchpadActivity.BROADCAST_STICKY1, null); in testReplaceSticky() local
349 Intent intent = new Intent(LaunchpadActivity.BROADCAST_STICKY1, null); in testReceiveSticky() local
359 Intent intent = new Intent(LaunchpadActivity.BROADCAST_STICKY1, null); in testReceive2Sticky() local
DTestedScreen.java43 Intent intent = new Intent(getIntent()); in onCreate() local
91 Intent intent = new Intent(getIntent()). in launchClearTask() local
DLaunchpadActivity.java232 Intent intent = getIntent(); in onResume() local
239 Intent intent = getIntent(); in onResume() local
245 Intent intent = getIntent(); in onResume() local
417 Intent intent = new Intent(TestedScreen.WAIT_BEFORE_FINISH); in checkLifecycle() local
422 Intent intent = new Intent(TestedScreen.WAIT_BEFORE_FINISH); in checkLifecycle() local
439 Intent intent = new Intent(action, null); in makeBroadcastIntent() local
504 private final void gotReceive(String name, Intent intent) { in gotReceive()
/frameworks/base/core/java/android/app/
DIntentService.java64 public void onStart(Intent intent, int startId) { in onStart()
72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
83 public IBinder onBind(Intent intent) { in onBind()
92 protected abstract void onHandleIntent(Intent intent); in onHandleIntent()
DService.java192 public void onStart(Intent intent, int startId) { in onStart()
305 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
346 public abstract IBinder onBind(Intent intent); in onBind()
361 public boolean onUnbind(Intent intent) { in onUnbind()
376 public void onRebind(Intent intent) { in onRebind()
DPendingIntent.java131 void onSendFinished(PendingIntent pendingIntent, Intent intent, in onSendFinished()
149 public void performReceive(Intent intent, int resultCode, in performReceive()
190 Intent intent, int flags) { in getActivity()
225 Intent intent, int flags) { in getBroadcast()
261 Intent intent, int flags) { in getService()
338 public void send(Context context, int code, Intent intent) in send()
394 public void send(Context context, int code, Intent intent, in send()
DAliasActivity.java66 Intent intent = parseAlias(parser); in onCreate() local
90 Intent intent = null; in parseAlias() local
/frameworks/base/core/java/android/server/
DBluetoothEventLoop.java171 Intent intent = new Intent(BluetoothDevice.ACTION_FOUND); in addDevice() local
193 Intent intent = new Intent(BluetoothDevice.ACTION_DISAPPEARED); in onDeviceDisappeared() local
204 Intent intent = new Intent(BluetoothDevice.ACTION_ACL_DISCONNECT_REQUESTED); in onDeviceDisconnectRequested() local
289 Intent intent = new Intent(BluetoothAdapter.ACTION_LOCAL_NAME_CHANGED); in onPropertyChanged() local
307 Intent intent = new Intent(BluetoothAdapter.ACTION_SCAN_MODE_CHANGED); in onPropertyChanged() local
314 Intent intent; in onPropertyChanged() local
358 Intent intent = new Intent(BluetoothDevice.ACTION_NAME_CHANGED); in onDevicePropertyChanged() local
364 Intent intent = new Intent(BluetoothDevice.ACTION_CLASS_CHANGED); in onDevicePropertyChanged() local
371 Intent intent = null; in onDevicePropertyChanged() local
454 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onRequestPairingConsent() local
[all …]
/frameworks/base/tests/CoreTests/android/test/
DTestBrowserControllerImplTest.java71 Intent intent = mTestBrowserController.getIntentForTestAt(1); in testGetIntentForTestSuite() local
81 Intent intent = mTestBrowserController.getIntentForTestAt(1); in testGetIntentForTestCase() local
94 Intent intent = mTestBrowserController.getIntentForTestAt(0); in testGetIntentForRunAll() local
98 private static void verifyIntent(Intent intent, Class testClass, String expectedPackageName) { in verifyIntent()
/frameworks/base/keystore/java/android/security/
DCredentials.java76 Intent intent = new Intent(UNLOCK_ACTION); in unlock() local
85 Intent intent = new Intent(INSTALL_ACTION); in install() local
96 Intent intent = new Intent(INSTALL_ACTION); in install() local
/frameworks/base/services/java/com/android/server/status/
DStatusBarPolicy.java542 private final void updateAlarm(Intent intent) { in updateAlarm()
547 private final void updateSyncState(Intent intent) { in updateSyncState()
555 private final void updateBattery(Intent intent) { in updateBattery()
596 private void onBatteryLow(Intent intent) { in onBatteryLow()
612 private void onBatteryOkay(Intent intent) { in onBatteryOkay()
705 final Intent intent = new Intent(Intent.ACTION_POWER_USAGE_SUMMARY); in showLowBatteryWarning() local
812 private final void updateSimState(Intent intent) { in updateSimState()
1084 private final void updateBluetooth(Intent intent) { in updateBluetooth()
1116 private final void updateWifi(Intent intent) { in updateWifi()
1178 private final void updateGps(Intent intent) { in updateGps()
[all …]
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/listview/
DListEmptyViewTest.java73 Intent intent = new Intent(); in testZeroToOneForwardBack() local
116 Intent intent = new Intent(); in testZeroToManyToZero() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DWapPushOverSms.java185 Intent intent = new Intent(Intents.WAP_PUSH_RECEIVED_ACTION); in dispatchWapPdu_default() local
195 Intent intent = new Intent(Intents.WAP_PUSH_RECEIVED_ACTION); in dispatchWapPdu_PushCO() local
210 Intent intent = new Intent(Intents.WAP_PUSH_RECEIVED_ACTION); in dispatchWapPdu_MMS() local
/frameworks/base/core/java/android/net/
DMobileDataStateTracker.java100 Intent intent = mContext.registerReceiver(mStateReceiver, filter); in startMonitoring() local
107 private Phone.DataState getMobileDataState(Intent intent) { in getMobileDataState()
135 public void onReceive(Context context, Intent intent) { in onReceive()
339 Intent intent = new Intent(TelephonyIntents. in reconnect() local
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DMenu.java50 Intent intent = new Intent(Intent.ACTION_VIEW); in processFile() local
60 Intent intent = new Intent(Intent.ACTION_VIEW); in processDirectory() local
/frameworks/base/test-runner/android/test/
DTestBrowserActivity.java82 Intent intent = getIntent(); in getTestSuiteToBrowse() local
116 Intent intent = mTestBrowserController.getIntentForTestAt(position); in onItemClick() local
/frameworks/base/test-runner/android/test/mock/
DMockContext.java227 public void startActivity(Intent intent) { in startActivity()
232 public void startIntentSender(IntentSender intent, in startIntentSender()
239 public void sendBroadcast(Intent intent) { in sendBroadcast()
244 public void sendBroadcast(Intent intent, String receiverPermission) { in sendBroadcast()
249 public void sendOrderedBroadcast(Intent intent, in sendOrderedBroadcast()
255 public void sendOrderedBroadcast(Intent intent, String receiverPermission, in sendOrderedBroadcast()
262 public void sendStickyBroadcast(Intent intent) { in sendStickyBroadcast()
267 public void sendStickyOrderedBroadcast(Intent intent, in sendStickyOrderedBroadcast()
274 public void removeStickyBroadcast(Intent intent) { in removeStickyBroadcast()
/frameworks/base/core/java/android/content/
DContextWrapper.java247 public void startActivity(Intent intent) { in startActivity()
252 public void startIntentSender(IntentSender intent, in startIntentSender()
260 public void sendBroadcast(Intent intent) { in sendBroadcast()
265 public void sendBroadcast(Intent intent, String receiverPermission) { in sendBroadcast()
270 public void sendOrderedBroadcast(Intent intent, in sendOrderedBroadcast()
277 Intent intent, String receiverPermission, BroadcastReceiver resultReceiver, in sendOrderedBroadcast()
286 public void sendStickyBroadcast(Intent intent) { in sendStickyBroadcast()
292 Intent intent, BroadcastReceiver resultReceiver, in sendStickyOrderedBroadcast()
301 public void removeStickyBroadcast(Intent intent) { in removeStickyBroadcast()
/frameworks/policies/base/phone/com/android/internal/policy/impl/
DKeyguardViewBase.java162 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in interceptMediaKey() local
199 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in interceptMediaKey() local
DShortcutManager.java83 Intent intent = null; in updateShortcuts() local
112 Intent intent = shortcut != 0 ? mShortcutIntents.get(shortcut) : null; in getIntent() local
/frameworks/policies/base/mid/com/android/internal/policy/impl/
DShortcutManager.java83 Intent intent = null; in updateShortcuts() local
112 Intent intent = shortcut != 0 ? mShortcutIntents.get(shortcut) : null; in getIntent() local

12345678