Home
last modified time | relevance | path

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

12345678910>>...35

/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java213 Intent intent = new Intent(Intent.ACTION_PICK); in onListItemClick() local
224 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in onListItemClick() local
229 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in onListItemClick() local
235 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in onListItemClick() local
241 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onListItemClick() local
247 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onListItemClick() local
253 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onListItemClick() local
259 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onListItemClick() local
265 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onListItemClick() local
271 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onListItemClick() local
[all …]
/packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
DSendTestMessages.java429 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bit() local
436 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitUmts() local
444 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitNoPadding() local
452 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitNoPaddingUmts() local
460 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitMultipageGsm() local
471 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitMultipageUmts() local
479 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitWithLanguage() local
487 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitWithLanguageInBody() local
496 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitWithLanguageInBodyUmts() local
504 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessageUcs2() local
[all …]
DSendCdmaCmasMessages.java74 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION); in testSendCmasPresAlert() local
88 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION); in testSendCmasExtremeAlert() local
102 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION); in testSendCmasSevereAlert() local
116 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION); in testSendCmasAmberAlert() local
130 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION); in testSendCmasMonthlyTest() local
/packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/
DDialogSmsDisplayTests.java125 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bit() local
132 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessageUCS2() local
139 Intent intent = new Intent(Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION); in testSendEtwsMessageNormal() local
146 Intent intent = new Intent(Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION); in testSendEtwsMessageCancel() local
153 Intent intent = new Intent(Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION); in testSendEtwsMessageTest() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallActivity.java76 private void processIntent(Intent intent) { in processIntent()
92 private void verifyCallAction(Intent intent) { in verifyCallAction()
103 private void processOutgoingCallIntent(Intent intent) { in processOutgoingCallIntent()
155 private boolean sendBroadcastToReceiver(Intent intent) { in sendBroadcastToReceiver()
DCallReceiver.java33 public void onReceive(Context context, Intent intent) { in onReceive()
51 static void processOutgoingCallIntent(Context context, Intent intent) { in processOutgoingCallIntent()
98 static void processIncomingCallIntent(Intent intent) { in processIncomingCallIntent()
124 private void processUnknownCallIntent(Intent intent) { in processUnknownCallIntent()
170 private static boolean shouldPreventDuplicateVideoCall(Context context, Intent intent) { in shouldPreventDuplicateVideoCall()
DNewOutgoingCallIntentBroadcaster.java84 Intent intent, boolean isDefaultPhoneApp) { in NewOutgoingCallIntentBroadcaster()
99 public void onReceive(Context context, Intent intent) { in onReceive()
165 Intent intent = mIntent; in processIntent() local
325 private boolean hasGatewayProviderExtras(Intent intent) { in hasGatewayProviderExtras()
344 public static GatewayInfo getGateWayInfoFromIntent(Intent intent, Uri trueHandle) { in getGateWayInfoFromIntent()
400 private void rewriteCallIntentAction(Intent intent, boolean isPotentialEmergencyNumber) { in rewriteCallIntentAction()
/packages/apps/LegacyCamera/src/com/android/camera/
DMenuHelper.java80 private static void startCameraActivity(Activity activity, Intent intent, in startCameraActivity()
122 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in gotoVideoMode() local
128 Intent intent = new Intent(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA); in gotoCameraMode() local
132 public static void gotoVideoMode(Activity activity, Intent intent) { in gotoVideoMode()
136 public static void gotoCameraMode(Activity activity, Intent intent) { in gotoCameraMode()
152 Intent intent = new Intent(Intent.ACTION_VIEW, target); in gotoGallery() local
/packages/apps/Browser/tests/src/com/android/browser/
DIntentHandlerTests.java38 Intent intent = new Intent(Intent.ACTION_VIEW); in testSwitchToTabWithUrl() local
59 Intent intent = BookmarkUtils.createShortcutIntent("http://google.com/"); in testShortcut() local
84 Intent intent = new Intent(Intent.ACTION_VIEW); in testApplication() local
133 private void sendIntent(final Intent intent) throws Throwable { in sendIntent()
137 private void sendIntent(final Intent intent, boolean waitForLoadStart) throws Throwable { in sendIntent()
/packages/apps/DeskClock/src/com/android/deskclock/
DHandleApiCalls.java63 Intent intent = getIntent(); in onCreate() local
82 private void handleSetAlarm(Intent intent) { in handleSetAlarm()
162 private void handleSetTimer(Intent intent) { in handleSetTimer()
231 private String getMessageFromIntent(Intent intent) { in getMessageFromIntent()
236 private DaysOfWeek getDaysFromIntent(Intent intent) { in getDaysFromIntent()
256 Intent intent, in setSelectionFromIntent()
/packages/apps/Settings/src/com/android/settings/
DSetupChooseLockGeneric.java122 final Intent intent = SetupChooseLockPassword.createIntent(context, quality, in getLockPasswordIntent() local
124 SetupWizardUtils.copySetupExtras(getActivity().getIntent(), intent); in getLockPasswordIntent() local
131 final Intent intent = SetupChooseLockPattern.createIntent(context, isFallback, in getLockPatternIntent() local
133 SetupWizardUtils.copySetupExtras(getActivity().getIntent(), intent); in getLockPatternIntent() local
140 Intent intent = SetupEncryptionInterstitial.createStartIntent(context, quality, in getEncryptionInterstitialIntent() local
142 SetupWizardUtils.copySetupExtras(getActivity().getIntent(), intent); in getEncryptionInterstitialIntent() local
DTetherService.java72 public IBinder onBind(Intent intent) { in onBind()
90 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
212 Intent intent = new Intent(provisionAction); in startProvisioning() local
225 Intent intent = new Intent(context, TetherService.class); in scheduleRecheckAlarm() local
232 Intent intent = new Intent(this, TetherService.class); in scheduleAlarm() local
252 Intent intent = new Intent(context, TetherService.class); in cancelRecheckAlarmIfNecessary() local
262 Intent intent = new Intent(this, TetherService.class); in cancelAlarmIfNecessary() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothEventManager.java56 void onReceive(Context context, Intent intent, BluetoothDevice device); in onReceive()
156 public void onReceive(Context context, Intent intent, in onReceive()
179 public void onReceive(Context context, Intent intent, in onReceive()
192 public void onReceive(Context context, Intent intent, in onReceive()
223 public void onReceive(Context context, Intent intent, in onReceive()
241 public void onReceive(Context context, Intent intent, in onReceive()
248 public void onReceive(Context context, Intent intent, in onReceive()
332 public void onReceive(Context context, Intent intent, in onReceive()
339 public void onReceive(Context context, Intent intent, in onReceive()
346 public void onReceive(Context context, Intent intent, BluetoothDevice device) { in onReceive()
[all …]
DBluetoothDiscoverableTimeoutReceiver.java40 Intent intent = new Intent(INTENT_DISCOVERABLE_TIMEOUT); in setDiscoverableAlarm() local
61 Intent intent = new Intent(INTENT_DISCOVERABLE_TIMEOUT); in cancelDiscoverableAlarm() local
75 public void onReceive(Context context, Intent intent) { in onReceive()
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DFdnList.java67 Intent intent = getIntent(); in resolveIntent() local
104 Intent intent = mSubscriptionInfoHelper.getIntent(FdnSetting.class); in onOptionsItemSelected() local
135 Intent intent = mSubscriptionInfoHelper.getIntent(EditFdnContactScreen.class); in addContact() local
157 Intent intent = mSubscriptionInfoHelper.getIntent(EditFdnContactScreen.class); in editSelected() local
169 Intent intent = mSubscriptionInfoHelper.getIntent(DeleteFdnContactScreen.class); in deleteSelected() local
/packages/apps/Gallery/src/com/android/camera/
DWallpaper.java39 Intent intent = new Intent(); in onCreate() local
45 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null); in onCreate() local
53 protected void formatIntent(Intent intent) { in formatIntent()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DIntentUtilities.java103 public static long getAccountIdFromIntent(Intent intent) { in getAccountIdFromIntent()
110 public static String getAccountNameFromIntent(Intent intent) { in getAccountNameFromIntent()
117 public static long getMailboxIdFromIntent(Intent intent) { in getMailboxIdFromIntent()
124 public static long getMessageIdFromIntent(Intent intent) { in getMessageIdFromIntent()
131 public static String getAccountUuidFromIntent(Intent intent) { in getAccountUuidFromIntent()
140 private static long getLongFromIntent(Intent intent, String paramName) { in getLongFromIntent()
148 private static String getStringFromIntent(Intent intent, String paramName) { in getStringFromIntent()
/packages/services/Telephony/src/com/android/phone/
DInCallScreenShowActivation.java55 Intent intent = getIntent(); in onCreate() local
172 Intent intent = new Intent("android.intent.action.DEVICE_INITIALIZATION_WIZARD"); in isWizardRunning() local
196 final Intent intent = new Intent(); in startHfa() local
/packages/apps/Browser/src/com/android/browser/
DUploadHandler.java60 void onResult(int resultCode, Intent intent) { in onResult()
80 Intent intent = null; in openFileChooser() local
93 private Uri[] parseResult(int resultCode, Intent intent) { in parseResult()
119 private void startActivity(Intent intent) { in startActivity()
173 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in createCameraIntent() local
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmService.java55 Intent intent = AlarmInstance.createIntent(context, AlarmService.class, instance.mId); in startAlarm() local
71 Intent intent = AlarmInstance.createIntent(context, AlarmService.class, instance.mId); in stopAlarm() local
134 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
173 public IBinder onBind(Intent intent) { in onBind()
/packages/apps/Mms/src/com/android/mms/transaction/
DSmsReceiver.java43 public void onReceive(Context context, Intent intent) { in onReceive()
47 protected void onReceiveWithPrivilege(Context context, Intent intent, boolean privileged) { in onReceiveWithPrivilege()
71 public static void beginStartingService(Context context, Intent intent) { in beginStartingService()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPackagesMonitor.java38 public void onReceive(final Context context, final Intent intent) { in onReceive()
49 protected void onHandleIntent(Intent intent) { in onHandleIntent()
55 private static void onReceiveAsync(Context context, Intent intent) { in onReceiveAsync()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java116 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
138 private void handleCellBroadcastIntent(Intent intent) { in handleCellBroadcastIntent()
206 private void showNewAlert(Intent intent) { in showNewAlert()
275 Intent intent = new Intent(CB_AREA_INFO_RECEIVED_ACTION); in isMessageEnabledByUser() local
372 Intent intent = createDisplayMessageIntent(this, CellBroadcastAlertDialog.class, in addToNotificationBar() local
412 Intent intent = new Intent(context, intentClass); in createDisplayMessageIntent() local
418 public IBinder onBind(Intent intent) { in onBind()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java413 Intent intent = new Intent(ContactSelectionActivity.this, in onEditContactAction() local
440 public void onShortcutIntentCreated(Intent intent) { in onShortcutIntentCreated()
501 public void onShortcutIntentCreated(Intent intent) { in onShortcutIntentCreated()
513 Intent intent = new Intent(null, contactUri); in onPickContactAction() local
519 public void onShortcutIntentCreated(Intent intent) { in onShortcutIntentCreated()
547 public void startActivityAndForwardResult(final Intent intent) { in startActivityAndForwardResult()
596 Intent intent = new Intent(); in returnPickerResult() local
601 public void returnPickerResult(Intent intent) { in returnPickerResult()
618 Intent intent = getIntent(); in getTargetContactId() local
631 Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI); in startCreateNewContactActivity() local
/packages/apps/Dialer/tests/src/com/android/dialer/interactions/
DPhoneNumberInteractionTest.java92 Intent intent = mContext.getIntentForStartActivity(); in testSendSmsWhenOnlyOneNumberAvailable() local
111 Intent intent = mContext.getIntentForStartActivity(); in testSendSmsWhenDataIdIsProvided() local
132 Intent intent = mContext.getIntentForStartActivity(); in testSendSmsWhenThereIsPrimaryNumber() local
173 Intent intent = mContext.getIntentForStartActivity(); in testCallNumberWhenThereAreDuplicates() local
191 Intent intent = mContext.getIntentForStartActivity(); in testCallWithSip() local

12345678910>>...35