Searched refs:PROFILE_UID_1 (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ |
H A D | ApplicationsStateRoboTest.java | 99 private static final int PROFILE_UID_1 = UserHandle.getUid(PROFILE_USERID, OWNER_UID_1); field in ApplicationsStateRoboTest 515 appInfo = createApplicationInfo(PKG_1, PROFILE_UID_1); in removeProfileApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries() 525 addApp(PKG_1, PROFILE_UID_1, PROFILE_USERID); in removeProfileApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries() 540 appInfo = createApplicationInfo(PKG_1, PROFILE_UID_1); in removeProfileApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries() 589 appInfo = createApplicationInfo(PKG_1, PROFILE_UID_1); in removeOwnerApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries() 600 addApp(PKG_1, PROFILE_UID_1, PROFILE_USERID); in removeOwnerApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries() 618 appInfo = createApplicationInfo(PKG_1, PROFILE_UID_1); in removeOwnerApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries() 667 appInfo = createApplicationInfo(PKG_1, PROFILE_UID_1); in noAppRemoved_workprofileExists_doResumeIfNeededLocked_shouldNotClearEntries() 677 addApp(PKG_1, PROFILE_UID_1, PROFILE_USERID); in noAppRemoved_workprofileExists_doResumeIfNeededLocked_shouldNotClearEntries() 694 appInfo = createApplicationInfo(PKG_1, PROFILE_UID_1); in noAppRemoved_workprofileExists_doResumeIfNeededLocked_shouldNotClearEntries()
|