Home
last modified time | relevance | path

Searched refs:startIntent (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DSetupEncryptionInterstitial.java36 Intent startIntent = EncryptionInterstitial.createStartIntent(ctx, quality, in createStartIntent() local
38 startIntent.setClass(ctx, SetupEncryptionInterstitial.class); in createStartIntent()
39 startIntent.putExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, false) in createStartIntent()
41 return startIntent; in createStartIntent()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerReceiver.java30 Intent startIntent = in onReceive() local
32 context.startService(startIntent); in onReceive()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/hfpclient/
DHeadsetClientServiceTest.java33 Intent startIntent = new Intent(getContext(), HeadsetClientService.class); in startServices() local
34 getContext().startService(startIntent); in startServices()
/packages/services/Car/service/src/com/android/car/
DPerUserCarServiceHelper.java171 Intent startIntent = new Intent(mContext, PerUserCarService.class); in bindToPerUserCarService() local
174 boolean bindSuccess = mContext.bindServiceAsUser(startIntent, mUserServiceConnection, in bindToPerUserCarService()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java60 Intent startIntent = new Intent(this, A2dpMediaBrowserService.class); in start() local
61 startService(startIntent); in start()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java106 Intent startIntent = new Intent(this, HfpClientConnectionService.class); in start() local
107 startService(startIntent); in start()