Home
last modified time | relevance | path

Searched defs:newIntent (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java104 Intent newIntent = new Intent(context, SimDialogActivity.class); in onReceive() local
111 Intent newIntent = new Intent(context, SimDialogActivity.class); in onReceive() local
DSimSettings.java263 Intent newIntent = new Intent(context, SimPreferenceDialog.class); in onPreferenceTreeClick() local
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactBroadcastReceiver.java36 final Intent newIntent = new Intent(QuickContact.ACTION_QUICK_CONTACT); in onReceive() local
/packages/services/Telephony/src/com/android/phone/
DProcessOutgoingCallTest.java58 Intent newIntent = new Intent(Intent.ACTION_SEARCH); in onReceive() local
DCallFeaturesSetting.java351 protected void onNewIntent(Intent newIntent) { in onNewIntent()
DOtaUtils.java284 Intent newIntent = new Intent(ACTION_PERFORM_VOICELESS_CDMA_PROVISIONING); in maybeDoOtaCall() local
679 Intent newIntent = new Intent(Intent.ACTION_CALL); in otaPerformActivation() local
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/
DIntentStoreTest.java92 Intent newIntent = intentStore.load(); in testPersistableBundle() local
/packages/apps/Stk/src/com/android/stk/
DStkMain.java56 Intent newIntent = new Intent(Intent.ACTION_VIEW); in onCreate() local
DStkAppService.java1236 Intent newIntent = new Intent(Intent.ACTION_VIEW); in launchMenuActivity() local
1282 Intent newIntent = new Intent(Intent.ACTION_VIEW); in launchInputActivity() local
1300 Intent newIntent = new Intent(); in launchTextDialog() local
1458 Intent newIntent = new Intent(); in launchConfirmationDialog() local
1578 Intent newIntent = new Intent(this, ToneDialog.class); in launchToneDialog() local
/packages/apps/Camera2/src/com/android/camera/util/
DQuickActivity.java230 protected void onNewIntentTasks(Intent newIntent) { in onNewIntentTasks()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageUtil.java158 Intent newIntent = new Intent() in removeFromPermStore() local
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DUninstallerActivity.java245 Intent newIntent = new Intent(Intent.ACTION_VIEW); in startUninstallProgress() local
/packages/apps/DeskClock/src/com/android/deskclock/
DDeskClock.java90 public void onNewIntent(Intent newIntent) { in onNewIntent()
/packages/apps/Dialer/src/com/android/dialer/
DDialtactsActivity.java970 public void onNewIntent(Intent newIntent) { in onNewIntent()
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsSettings.java315 final Intent newIntent = mKeyguardManager.createConfirmDeviceCredentialIntent(null, null, in startConfirmCredential() local
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherProvider.java665 final Intent newIntent = new Intent(actionQuickContact); in updateContactsShortcuts() local