HomeSort by relevance Sort by last modified time
    Searched refs:IS_EMBEDDED (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionInfoUpdaterTest.java 479 iccid1Values.getValue().getAsInteger(SubscriptionManager.IS_EMBEDDED).intValue());
484 iccid3Values.getValue().getAsInteger(SubscriptionManager.IS_EMBEDDED).intValue());
492 iccid2Values.getValue().getAsInteger(SubscriptionManager.IS_EMBEDDED).intValue());
534 iccid2Values.getValue().getAsInteger(SubscriptionManager.IS_EMBEDDED).intValue());
SubscriptionControllerTest.java 75 SubscriptionManager.SIM_PROVISIONING_STATUS, SubscriptionManager.IS_EMBEDDED,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 302 SubscriptionManager.IS_EMBEDDED)) == 1;
760 + SubscriptionManager.IS_EMBEDDED + "=1", null);
795 subList = getSubInfo(SubscriptionManager.IS_EMBEDDED + "=1", null);
    [all...]
SubscriptionInfoUpdater.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 282 public static final String IS_EMBEDDED = "is_embedded";
294 * {@link UiccAccessRule#encodeRules}. Only present if {@link #IS_EMBEDDED} is 1.
304 * {@link #IS_EMBEDDED} is 1.
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 335 + SubscriptionManager.IS_EMBEDDED + " INTEGER DEFAULT 0,"
    [all...]

Completed in 330 milliseconds