HomeSort by relevance Sort by last modified time
    Searched refs:intent (Results 726 - 750 of 4825) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
MyReceiver.java 19 import android.content.Intent;
24 public void onReceive(Context context, Intent intent) {
MyService.java 18 import android.content.Intent;
24 public IBinder onBind(Intent intent) {
  /cts/tests/tests/appwidget/packages/src/android/appwidget/cts/packages/
AppWidgetConfirmPin.java 22 import android.content.Intent;
52 public void onReceive(Context context, Intent intent) {
53 onCommandReceive(intent);
74 sendBroadcast(new Intent(Constants.ACTION_SETUP_REPLY)
80 private void onCommandReceive(Intent intent) {
81 mRequest.accept(intent.getExtras());
  /cts/tests/tests/appwidget/src/android/appwidget/cts/service/
MyAppWidgetService.java 19 import android.content.Intent;
34 public RemoteViewsFactory onGetViewFactory(Intent intent) {
  /cts/tests/tests/content/src/android/content/cts/
MockAccountService.java 20 import android.content.Intent;
29 public IBinder onBind(Intent intent) {
MockReceiverDisableable.java 21 import android.content.Intent;
28 public void onReceive(Context context, Intent intent) {
MockSyncAdapterService.java 20 import android.content.Intent;
25 public IBinder onBind(Intent intent) {
  /cts/tests/tests/content/src/android/content/pm/cts/
InstantAppTest.java 26 import android.content.Intent;
52 final Intent resolverIntent = new Intent(Intent.ACTION_RESOLVE_INSTANT_APP_PACKAGE);
64 final Intent intent = new Intent(Intent.ACTION_INSTALL_INSTANT_APP_PACKAGE); local
65 intent.addCategory(Intent.CATEGORY_DEFAULT)
    [all...]
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 19 import android.content.Intent;
28 Intent.ACTION_SCREEN_OFF,
29 Intent.ACTION_SCREEN_ON,
30 Intent.ACTION_USER_PRESENT,
31 Intent.ACTION_TIME_TICK,
32 Intent.ACTION_TIMEZONE_CHANGED,
33 Intent.ACTION_BOOT_COMPLETED,
34 Intent.ACTION_PACKAGE_INSTALL,
35 Intent.ACTION_PACKAGE_ADDED,
36 Intent.ACTION_PACKAGE_REPLACED
98 Intent intent = new Intent(action); local
113 Intent intent = new Intent(action); local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
MockAccountService.java 20 import android.content.Intent;
29 public IBinder onBind(Intent intent) {
  /cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
SyncManagerCtsSyncService.java 19 import android.content.Intent;
30 public synchronized IBinder onBind(Intent intent) {
  /cts/tests/tests/telephony/src/android/telephony/cts/
HeadlessSmsSendService.java 21 import android.content.Intent;
40 protected void onHandleIntent(@Nullable Intent intent) {
  /cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
LocalVoiceInteractionTest.java 22 import android.content.Intent;
62 Intent intent = new Intent(); local
63 intent.setAction("android.intent.action.TEST_LOCAL_INTERACTION_ACTIVITY");
64 intent.setComponent(new ComponentName(getInstrumentation().getContext(),
66 setActivityIntent(intent);
TestStartActivity.java 20 import android.content.Intent;
41 Intent intent = new Intent(); local
42 intent.setAction("android.intent.action.START_TEST");
43 intent.setComponent(new ComponentName("android.voiceinteraction.service",
45 startActivity(intent);
  /cts/tests/tests/widget/src/android/widget/cts/appwidget/
MyAppWidgetService.java 19 import android.content.Intent;
34 public RemoteViewsFactory onGetViewFactory(Intent intent) {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
CreditCardAntiPatternActivity.java 19 import android.content.Intent;
33 public static Intent getStartActivityIntent(Context context) {
34 Intent intent = new Intent(context, CreditCardAntiPatternActivity.class); local
35 return intent;
71 Intent intent = WelcomeActivity.getStartActivityIntent(this); local
72 startActivity(intent);
CreditCardCompoundViewActivity.java 19 import android.content.Intent;
33 public static Intent getStartActivityIntent(Context context) {
34 Intent intent = new Intent(context, CreditCardCompoundViewActivity.class); local
35 return intent;
71 Intent intent = WelcomeActivity.getStartActivityIntent(this); local
72 startActivity(intent);
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
EmailComposeActivity.kt 19 import android.content.Intent
38 fun getStartActivityIntent(context: Context): Intent {
39 val intent = Intent(context, EmailComposeActivity::class.java)
40 return intent
  /developers/build/prebuilts/gradle/RepeatingAlarm/Application/src/main/java/com/example/android/repeatingalarm/
RepeatingAlarmFragment.java 21 import android.content.Intent;
46 // First create an intent for the alarm to activate.
49 Intent intent = new Intent(getActivity(), MainActivity.class); local
50 intent.setAction(Intent.ACTION_MAIN);
51 intent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
55 // Because the intent must be fired by a system service from outside the application
    [all...]
  /developers/samples/android/background/alarms/RepeatingAlarm/Application/src/main/java/com/example/android/repeatingalarm/
RepeatingAlarmFragment.java 21 import android.content.Intent;
46 // First create an intent for the alarm to activate.
49 Intent intent = new Intent(getActivity(), MainActivity.class); local
50 intent.setAction(Intent.ACTION_MAIN);
51 intent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
55 // Because the intent must be fired by a system service from outside the application
    [all...]
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
EmailComposeActivity.kt 19 import android.content.Intent
38 fun getStartActivityIntent(context: Context): Intent {
39 val intent = Intent(context, EmailComposeActivity::class.java)
40 return intent
  /development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
MyAccountAuthenticatorService.java 20 import android.content.Intent;
29 public IBinder onBind(Intent intent) {
  /development/apps/PushApiTestAppOne/src/com/example/android/pushapithirdpartyone/
MessageReceiver.java 22 import android.content.Intent;
28 public void onReceive(Context context, Intent intent) {
  /development/apps/PushApiTestAppTwo/src/com/example/android/pushapithirdpartytwo/
MessageReceiver.java 22 import android.content.Intent;
28 public void onReceive(Context context, Intent intent) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilterInstrumentation.java 21 import android.content.Intent;
48 Intent intent = new Intent(Intent.ACTION_MAIN); local
49 intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
50 intent.setClassName(getTargetContext(),
52 Activity activity = startActivitySync(intent);

Completed in 365 milliseconds

<<21222324252627282930>>