Home
last modified time | relevance | path

Searched refs:mProfileUserPackages (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/specialaccess/pictureinpicture/
H A DPictureInPictureSettingsTest.java59 private ArrayList<PackageInfo> mProfileUserPackages; field in PictureInPictureSettingsTest
67 mProfileUserPackages = new ArrayList<>(); in setUp()
71 .thenReturn(mProfileUserPackages); in setUp()
91 mProfileUserPackages.add(profileP1); in testCollectPipApps()
92 mProfileUserPackages.add(profileP2); in testCollectPipApps()
111 mProfileUserPackages.add(profileP1); in testAppSort()
112 mProfileUserPackages.add(profileP2); in testAppSort()
113 mProfileUserPackages.add(profileP3); in testAppSort()