Home
last modified time | relevance | path

Searched defs:phoneId (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java1008 int phoneId = 123; in shouldGetCarrierPackageNamesForIntentAndPhone() local
1019 int phoneId = 123; in setCarrierPackageNamesForPhone_acceptsNull() local
1031 int phoneId = 123; in shouldGetCarrierPackageNamesForIntentAndPhone_fromAllInstances() local
1042 int phoneId = 123; in shouldGetCarrierPackageNamesForIntentAndPhone_doesNotAffectCaller() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java439 /* Ignored */ int phoneId, String networkOperatorName) { in setNetworkOperatorNameForPhone()
555 public void setSimOperatorNameForPhone(/* Ignored */ int phoneId, String name) { in setSimOperatorNameForPhone()
721 public void setPhoneType(/* Ignored */ int phoneId, int type) { in setPhoneType()
DShadowSubscriptionManager.java437 public static void putPhoneId(int subId, int phoneId) { in putPhoneId()