HomeSort by relevance Sort by last modified time
    Searched full:sphones (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 62 // lock sLockProxyPhones protects both sPhones and sPhone
64 static private Phone[] sPhones = null;
140 sPhones = new Phone[numPhones];
176 sPhones[i] = phone;
182 sPhone = sPhones[0];
202 sPhones, sCommandsInterfaces);
203 SubscriptionController.getInstance().updatePhonesAvailability(sPhones);
209 sPhones[i].startMonitoringImsService();
220 sPhones);
222 sProxyController = ProxyController.getInstance(context, sPhones,
    [all...]
SubscriptionController.java 123 protected static Phone[] sPhones;
    [all...]

Completed in 235 milliseconds