Home
last modified time | relevance | path

Searched defs:getAllProfiles (Results 1 – 4 of 4) 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/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java301 public void getAllProfiles(String callingPackage, String cardId, in getAllProfiles() method in EuiccCardController
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java186 public void getAllProfiles(AsyncResultCallback<EuiccProfileInfo[]> callback, Handler handler) { in getAllProfiles() method in EuiccPort
/frameworks/base/core/java/android/os/
DUserManager.java5422 public @NonNull List<UserHandle> getAllProfiles() { in getAllProfiles() method in UserManager