OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isProfileOwnerApp
(Results
1 - 7
of
7
) sorted by null
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
WipeDataTest.java
27
assertTrue(mDevicePolicyManager.
isProfileOwnerApp
(ADMIN_RECEIVER_COMPONENT.getPackageName()));
BaseManagedProfileTest.java
56
assertTrue(mDevicePolicyManager.
isProfileOwnerApp
(
ProfileTimeoutTestHelper.java
64
assertTrue(mDpm.
isProfileOwnerApp
(ADMIN_COMPONENT.getPackageName()));
/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
BaseProfileOwnerTest.java
45
assertTrue(dpm.
isProfileOwnerApp
(PACKAGE_NAME));
/cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
TransferProfileOwnerIncomingTest.java
35
assertTrue(mDevicePolicyManager.
isProfileOwnerApp
(mIncomingComponentName.getPackageName()));
/cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
TransferProfileOwnerOutgoingTest.java
60
assertTrue(mDevicePolicyManager.
isProfileOwnerApp
(INCOMING_COMPONENT_NAME.getPackageName()));
62
mDevicePolicyManager.
isProfileOwnerApp
(mOutgoingComponentName.getPackageName()));
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDevicePolicyManager.java
162
protected boolean
isProfileOwnerApp
(String packageName) {
Completed in 58 milliseconds