Searched defs:hasCarrierPrivileges (Results 1 - 2 of 2) sorted by path

/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1176 * or that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}).
1211 * or that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}).
1237 * or that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}).
1266 * or that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}).
1279 * or that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}).
1302 * or that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}).
1314 * or that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}).
1337 * or that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}).
1840 * or that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}).
2050 * or that the calling app has carrier privileges (see {@link #hasCarrierPrivileges})
5709 public boolean hasCarrierPrivileges() { method in class:TelephonyManager
5724 public boolean hasCarrierPrivileges(int subId) { method in class:TelephonyManager
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
H A DEuiccControllerTest.java193 setGetEidPermissions(false /* hasPhoneStatePrivileged */, false /* hasCarrierPrivileges */);
199 setGetEidPermissions(true /* hasPhoneStatePrivileged */, false /* hasCarrierPrivileges */);
205 setGetEidPermissions(false /* hasPhoneStatePrivileged */, true /* hasCarrierPrivileges */);
211 setGetEidPermissions(true /* hasPhoneStatePrivileged */, false /* hasCarrierPrivileges */);
217 setGetEidPermissions(true /* hasPhoneStatePrivileged */, false /* hasCarrierPrivileges */);
816 boolean hasPhoneStatePrivileged, boolean hasCarrierPrivileges) {
821 when(mTelephonyManager.hasCarrierPrivileges()).thenReturn(hasCarrierPrivileges);
815 setGetEidPermissions( boolean hasPhoneStatePrivileged, boolean hasCarrierPrivileges) argument

Completed in 144 milliseconds