Searched defs:startIntent (Results 1 – 8 of 8) sorted by relevance
65 Intent startIntent = new Intent(); in testStartable() local75 Intent startIntent = new Intent(); in testBindable() local
34 Intent startIntent = new Intent(this, MainActivity.class); in onMessageReceived() local
93 Intent startIntent = new Intent(this, MainActivity.class); in onMessageReceived() local
85 Intent startIntent = new Intent(this, PhonePermissionRequestActivity.class); in promptUserForStoragePermission() local
141 Intent startIntent = new Intent(this, PhonePermissionRequestActivity.class); in onClickPhoneStorage() local
96 Intent startIntent = new Intent(this, MainWearActivity.class); in promptUserForSensorPermission() local
202 Intent startIntent = new Intent(RssService.class); in onActivityResult() local
185 public int onStartCommand(Intent startIntent, int flags, int startId) { in onStartCommand()