HomeSort by relevance Sort by last modified time
    Searched defs:customIntent (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/Shell/tests/src/com/android/shell/
ActionSendMultipleConsumerActivity.java 51 final Intent customIntent = new Intent(CUSTOM_ACTION_SEND_MULTIPLE_INTENT);
52 customIntent.putExtras(intent.getExtras());
54 getApplicationContext().sendBroadcast(customIntent);
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 153 final Intent customIntent = new Intent();
154 customIntent.setClass(context, CustomRestrictionsActivity.class);
155 extras.putParcelable(Intent.EXTRA_RESTRICTIONS_INTENT, customIntent);
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 153 final Intent customIntent = new Intent();
154 customIntent.setClass(context, CustomRestrictionsActivity.class);
155 extras.putParcelable(Intent.EXTRA_RESTRICTIONS_INTENT, customIntent);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java 153 final Intent customIntent = new Intent();
154 customIntent.setClass(context, CustomRestrictionsActivity.class);
155 extras.putParcelable(Intent.EXTRA_RESTRICTIONS_INTENT, customIntent);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1002 milliseconds