Searched refs:OWNER_UID_2 (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 | 102 private static final int OWNER_UID_2 = 1002; field in ApplicationsStateRoboTest 413 appInfo = createApplicationInfo(PKG_2, OWNER_UID_2); in removeAndInstall_noWorkprofile_doResumeIfNeededLocked_shouldClearEntries() 420 addApp(PKG_2, OWNER_UID_2, 0); in removeAndInstall_noWorkprofile_doResumeIfNeededLocked_shouldClearEntries() 425 appInfo = createApplicationInfo(PKG_2, OWNER_UID_2); in removeAndInstall_noWorkprofile_doResumeIfNeededLocked_shouldClearEntries() 451 appInfo = createApplicationInfo(PKG_2, OWNER_UID_2); in noAppRemoved_noWorkprofile_doResumeIfNeededLocked_shouldNotClearEntries() 458 addApp(PKG_2, OWNER_UID_2, 0); in noAppRemoved_noWorkprofile_doResumeIfNeededLocked_shouldNotClearEntries() 465 appInfo = createApplicationInfo(PKG_2, OWNER_UID_2); in noAppRemoved_noWorkprofile_doResumeIfNeededLocked_shouldNotClearEntries() 512 appInfo = createApplicationInfo(PKG_2, OWNER_UID_2); in removeProfileApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries() 524 addApp(PKG_2, OWNER_UID_2, 0); in removeProfileApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries() 599 addApp(PKG_2, OWNER_UID_2, 0); in removeOwnerApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries() [all …]
|