Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSipManagerTest.java51 for (SipProfile profile : mSipManager.getProfiles()) { in tearDown()
66 List<SipProfile> profiles = mSipManager.getProfiles(); in testGetProfiles()
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DGetEuiccProfileInfoListResultTest.java59 assertNull(mProfileListResult.getProfiles()); in testGetProfiles()
88 assertNull(mProfileListResult.getProfiles()); in testWriteToParcel()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DProfileManager.java182 public ArrayList<PeripheralProfile> getProfiles() { return mProfiles; } in getProfiles() method in ProfileManager
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java178 List<UserHandle> profiles = mLauncherApps.getProfiles(); in testGetProfiles_fromMainProfile()
186 final List<UserHandle> profiles = mLauncherApps.getProfiles(); in testGetProfiles_fromManagedProfile()