OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_PENDING_INTENT
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsIntent.java
132
public static final String
KEY_PENDING_INTENT
=
335
bundle.putParcelable(
KEY_PENDING_INTENT
, pendingIntent);
368
bundle.putParcelable(
KEY_PENDING_INTENT
, pendingIntent);
417
bundle.putParcelable(
KEY_PENDING_INTENT
, pendingIntent);
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
ProfileOwnerProvisioningActivity.java
83
private static final String
KEY_PENDING_INTENT
= "pending_intent";
100
mPendingProvisioningResult = savedInstanceState.getParcelable(
KEY_PENDING_INTENT
);
283
outState.putParcelable(
KEY_PENDING_INTENT
, mPendingProvisioningResult);
/prebuilts/sdk/current/support/customtabs/libs/
android-support-customtabs.jar
Completed in 211 milliseconds