Home
last modified time | relevance | path

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

12345678910>>...29

/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java207 Intent intent = new Intent(Intent.ACTION_PICK); in onListItemClick() local
218 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in onListItemClick() local
223 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_GET_CONTENT); 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
[all …]
/packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
DSendTestMessages.java426 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bit() local
432 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitUmts() local
439 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitNoPadding() local
446 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitNoPaddingUmts() local
453 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitMultipageGsm() local
463 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitMultipageUmts() local
470 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitWithLanguage() local
477 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitWithLanguageInBody() local
485 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessage7bitWithLanguageInBodyUmts() local
492 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION); in testSendMessageUcs2() local
[all …]
DSendCdmaCmasMessages.java71 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION); in testSendCmasPresAlert() local
83 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION); in testSendCmasExtremeAlert() local
95 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION); in testSendCmasSevereAlert() local
107 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION); in testSendCmasAmberAlert() local
119 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/apps/Stk/src/com/android/stk/
DStkCmdReceiver.java33 public void onReceive(Context context, Intent intent) { in onReceive()
43 private void handleCommandMessage(Context context, Intent intent) { in handleCommandMessage()
52 private void handleSessionEnd(Context context, Intent intent) { in handleSessionEnd()
/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/services/Telephony/src/com/android/phone/
DFdnList.java53 Intent intent = getIntent(); in resolveIntent() local
90 Intent intent = new Intent(this, FdnSetting.class); in onOptionsItemSelected() local
122 Intent intent = new Intent(); in addContact() local
145 Intent intent = new Intent(); in editSelected() local
158 Intent intent = new Intent(); in deleteSelected() local
DInCallScreenShowActivation.java55 Intent intent = getIntent(); in onCreate() local
165 Intent intent = new Intent("android.intent.action.DEVICE_INITIALIZATION_WIZARD"); in isWizardRunning() local
183 final Intent intent = new Intent(); in startHfa() local
DOutgoingCallBroadcaster.java145 public void onReceive(Context context, Intent intent) { in onReceive()
169 public boolean doReceive(Context context, Intent intent) { in doReceive()
308 private void startSipCallOptionHandler(Context context, Intent intent, in startSipCallOptionHandler()
353 Intent intent = getIntent(); in onCreate() local
429 private void processIntent(Intent intent) { in processIntent()
697 private void handleNonVoiceCapable(Intent intent) { in handleNonVoiceCapable()
/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/VideoEditor/src/com/android/videoeditor/service/
DIntentPool.java52 final Intent intent = get(); in get() local
63 final Intent intent = mIntentPool.remove(0); in get() local
82 public synchronized void put(Intent intent) { in put()
/packages/apps/DeskClock/src/com/android/deskclock/
DHandleApiCalls.java63 Intent intent = getIntent(); in onCreate() local
82 private void handleSetAlarm(Intent intent) { in handleSetAlarm()
158 private void handleSetTimer(Intent intent) { in handleSetTimer()
224 private String getMessageFromIntent(Intent intent) { in getMessageFromIntent()
229 private DaysOfWeek getDaysFromIntent(Intent intent) { in getDaysFromIntent()
249 Intent intent, in setSelectionFromIntent()
/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/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/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/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java114 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
127 private void handleCellBroadcastIntent(Intent intent) { in handleCellBroadcastIntent()
195 private void showNewAlert(Intent intent) { in showNewAlert()
264 Intent intent = new Intent(CB_AREA_INFO_RECEIVED_ACTION); in isMessageEnabledByUser() local
361 Intent intent = createDisplayMessageIntent(this, CellBroadcastAlertDialog.class, in addToNotificationBar() local
397 Intent intent = new Intent(context, intentClass); in createDisplayMessageIntent() local
403 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/Dialer/tests/src/com/android/dialer/interactions/
DPhoneNumberInteractionTest.java102 Intent intent = mContext.getIntentForStartActivity(); in testSendSmsWhenOnlyOneNumberAvailable() local
121 Intent intent = mContext.getIntentForStartActivity(); in testSendSmsWhenDataIdIsProvided() local
142 Intent intent = mContext.getIntentForStartActivity(); in testSendSmsWhenThereIsPrimaryNumber() local
183 Intent intent = mContext.getIntentForStartActivity(); in testCallNumberWhenThereAreDuplicates() local
201 Intent intent = mContext.getIntentForStartActivity(); in testCallWithSip() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSearch.java58 Intent intent = getIntent(); in onCreate() local
103 private void handleWebSearchIntent(Intent intent) { in handleWebSearchIntent()
112 private Intent createLaunchUriIntentFromSearchIntent(Intent intent) { in createLaunchUriIntentFromSearchIntent()
150 private void launchIntent(Intent intent) { in launchIntent()
/packages/apps/Tag/src/com/android/apps/tag/record/
DRecordUtils.java51 public Intent intent; field in RecordUtils.ClickInfo
53 public ClickInfo(Activity activity, Intent intent) { in ClickInfo()
64 ViewGroup parent, OnClickListener listener, Intent intent, String description) { in getViewsForIntent()
106 LayoutInflater inflater, ViewGroup parent, OnClickListener listener, Intent intent, in buildActivityView()
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java232 protected abstract void startPhotoActivity(Intent intent, int requestCode, Uri photoUri); in startPhotoActivity()
240 final Intent intent = getCropImageIntent(inputUri, outputUri); in doCropPhoto() local
255 final Intent intent = getTakePhotoIntent(photoUri); in startTakePhotoActivity() local
266 final Intent intent = getPhotoPickIntent(photoUri); in startPickFromGalleryActivity() local
294 final Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE, null); in getTakePhotoIntent() local
303 final Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null); in getPhotoPickIntent() local
313 Intent intent = new Intent("com.android.camera.action.CROP"); in getCropImageIntent() local
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java110 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
142 public IBinder onBind(Intent intent) { in onBind()
147 public boolean onUnbind(Intent intent) { in onUnbind()
170 private void doStart(Intent intent) { in doStart()
185 private void doStop(Intent intent) { in doStop()

12345678910>>...29