OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launcherPackage
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
SuspendPackageTest.java
79
String
launcherPackage
= getLauncherPackage();
81
String[] unsuspendablePackages = new String[] {
launcherPackage
, dpcPackage};
/development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java
302
final String
launcherPackage
= resolveInfo.activityInfo.packageName;
303
if (pkg.equals(
launcherPackage
)) {
[
all
...]
Completed in 83 milliseconds