OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PACKAGE_EXTRA
(Results
1 - 4
of
4
) sorted by null
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileWidgetPrimaryUserTest.java
55
private static final String
PACKAGE_EXTRA
= "package-extra";
101
params.putString(
PACKAGE_EXTRA
, packageName);
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
LauncherCallbackTestsService.java
50
public static final String
PACKAGE_EXTRA
= "
package_extra
";
173
String packageName = params.getString(
PACKAGE_EXTRA
);
/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
SimpleAppWidgetHostService.java
65
public static final String
PACKAGE_EXTRA
= "package-extra";
221
String packageName = params.getString(
PACKAGE_EXTRA
);
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
LauncherAppsTests.java
66
public static final String
PACKAGE_EXTRA
= "
package_extra
";
452
params.putString(
PACKAGE_EXTRA
, packageName);
Completed in 510 milliseconds