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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java 73 private PhoneProxy[] mPhones;
119 if (mPhones[i] == phone) {
136 ConnectivityManager cm = (ConnectivityManager)mPhones[index].getContext()
163 mPhones[index].getContext(), "TelephonyNetworkFactory", phoneBase,
221 mPhones = phones;
232 mDcSwitchStateMachine[i] = new DcSwitchStateMachine(mPhones[i],
238 int status = mDcSwitchAsyncChannel[i].fullyConnectSync(mPhones[i].getContext(),
248 PhoneBase phoneBase = (PhoneBase)mPhones[i].getActivePhone();
252 mContext = mPhones[0].getContext();
266 ConnectivityManager cm = (ConnectivityManager)mPhones[i].getContext(
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 94 private final ArrayList<Phone> mPhones;
189 mPhones = new ArrayList<Phone>();
249 return Collections.unmodifiableList(mPhones);
258 for (Phone phone : mPhones) {
276 for (Phone phone : mPhones) {
295 for (Phone phone : mPhones) {
320 for (Phone phone : mPhones) {
348 for (Phone phone : mPhones) {
409 if (basePhone != null && !mPhones.contains(basePhone)) {
416 if (mPhones.isEmpty())
    [all...]

Completed in 894 milliseconds