Home
last modified time | relevance | path

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

/development/samples/ApiDemos/tests/src/com/example/android/apis/app/
DLocalServiceTest.java65 Intent startIntent = new Intent(); in testStartable() local
75 Intent startIntent = new Intent(); in testBindable() local
/development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
DWearableMessageListenerService.java34 Intent startIntent = new Intent(this, MainActivity.class); in onMessageReceived() local
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/
DDataLayerListenerService.java93 Intent startIntent = new Intent(this, MainActivity.class); in onMessageReceived() local
/development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
DIncomingRequestPhoneService.java85 Intent startIntent = new Intent(this, PhonePermissionRequestActivity.class); in promptUserForStoragePermission() local
DMainPhoneActivity.java141 Intent startIntent = new Intent(this, PhonePermissionRequestActivity.class); in onClickPhoneStorage() local
/development/samples/browseable/RuntimePermissionsWear/Wearable/src/com.example.android.wearable.runtimepermissions/
DIncomingRequestWearService.java96 Intent startIntent = new Intent(this, MainWearActivity.class); in promptUserForSensorPermission() local
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DMyRssReader5.java202 Intent startIntent = new Intent(RssService.class); in onActivityResult() local
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMusicService.java185 public int onStartCommand(Intent startIntent, int flags, int startId) { in onStartCommand()