Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccCardController.aidl44 oneway void getAllProfiles(String callingPackage, String cardId, in getAllProfiles() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java200 mEuiccCard.getAllProfiles(resultCaptor, mHandler); in testGetAllProfiles()
218 mEuiccCard.getAllProfiles(resultCaptor, mHandler); in testFSuffix()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java221 public void getAllProfiles(String callingPackage, String cardId, in getAllProfiles() method in EuiccCardController
266 card.getAllProfiles(cardCb, mEuiccMainThreadHandler); in getAllProfiles()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java168 getIEuiccCardController().getAllProfiles(mContext.getOpPackageName(), cardId, in requestAllProfiles()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java959 List<UserHandle> profiles = um.getAllProfiles(); in testCreateProfile_withContextUserId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java236 public void getAllProfiles(AsyncResultCallback<EuiccProfileInfo[]> callback, Handler handler) { in getAllProfiles() method in EuiccCard
/frameworks/base/core/java/android/os/
DUserManager.java3766 public @NonNull List<UserHandle> getAllProfiles() { in getAllProfiles() method in UserManager
/frameworks/base/core/api/
Dsystem-current.txt8620 …ion.CREATE_USERS}, conditional=true) public java.util.List<android.os.UserHandle> getAllProfiles();