Home
last modified time | relevance | path

Searched defs:startIntent (Results 1 – 15 of 15) sorted by relevance

/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DIntentUtils.java41 Intent startIntent = ActivityStarterActivity.createStartIntent(context, intent, options); in startExternalActivity() local
52 Intent startIntent = ActivityStarterActivity.createStartIntent(activity, intent, options); in startExternalActivityForResult() local
64 Intent startIntent = ActivityStarterActivity.createStartIntent(context, intent, options); in startExternalActivityForResult() local
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DSmsReceiver.java30 Intent startIntent = new Intent(context, MessengerService.class) in onReceive() local
DMmsReceiver.java29 Intent startIntent = new Intent(context, MessengerService.class) in onReceive() local
/packages/apps/Settings/src/com/android/settings/
DSetupEncryptionInterstitial.java33 Intent startIntent = EncryptionInterstitial.createStartIntent(ctx, quality, in createStartIntent() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSetupEncryptionInterstitial.java35 Intent startIntent = EncryptionInterstitial.createStartIntent(ctx, quality, in createStartIntent() local
/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/
DActivityStarterActivity.java64 Intent startIntent = getExtraIntent(intent); in onCreate() local
/packages/services/Car/service/src/com/android/car/
DPerUserCarServiceHelper.java156 Intent startIntent = new Intent(mContext, PerUserCarService.class); in bindToPerUserCarService() local
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DProfileServiceTest.java56 Intent startIntent = new Intent(InstrumentationRegistry.getTargetContext(), profile); in setProfileState() local
/packages/apps/Music/src/com/android/music/
DMediaPlaybackService.java63 public int onStartCommand(Intent startIntent, int flags, int startId) { in onStartCommand()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java141 Intent startIntent = in startService() local
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkActivity.java120 final Intent startIntent = getIntent(); in onCreate() local
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java312 private void startIntent(Intent intent) { in startIntent() method in WalletPanelViewController
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java479 private static void startIntent(Intent intent, BySelector selector, boolean newTask) { in startIntent() method in AbstractLauncherUiTest
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java102 Intent startIntent = new Intent(this, HfpClientConnectionService.class); in start() local
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java140 Intent startIntent = new Intent(this, BluetoothMediaBrowserService.class); in start() local