Home
last modified time | relevance | path

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

/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt1252 RequiresPermission: android.telephony.TelephonyManager#changeIccLockPin(String, String):
1253 …Method 'changeIccLockPin' documentation mentions permissions already declared by @RequiresPermissi…
Dtest-lint-baseline.txt1408 RequiresPermission: android.telephony.TelephonyManager#changeIccLockPin(String, String):
1409 …Method 'changeIccLockPin' documentation mentions permissions already declared by @RequiresPermissi…
Dsystem-lint-baseline.txt1328 RequiresPermission: android.telephony.TelephonyManager#changeIccLockPin(String, String):
1329 …Method 'changeIccLockPin' documentation mentions permissions already declared by @RequiresPermissi…
Dsystem-current.txt15316 …t.permission.MODIFY_PHONE_STATE) public android.telephony.PinResult changeIccLockPin(@NonNull Stri…
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java16866 public PinResult changeIccLockPin(@NonNull String oldPin, @NonNull String newPin) { in changeIccLockPin() method in TelephonyManager