OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:customIntent
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/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/AppRestrictionsSample/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
);
Completed in 354 milliseconds