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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java 74 private int mPhoneNum;
230 mPhoneNum = phones.length;
231 mServicePowerOffFlag = new boolean[mPhoneNum];
234 mDcSwitchState = new DcSwitchState[mPhoneNum];
235 mDcSwitchAsyncChannel = new DcSwitchAsyncChannel[mPhoneNum];
236 mDcSwitchStateHandler = new Handler[mPhoneNum];
240 for (int i = 0; i < mPhoneNum; ++i) {
302 for (int peerphoneId =0; peerphoneId < mPhoneNum; peerphoneId++) {
396 return phoneId >= 0 && phoneId <= mPhoneNum;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 134 String mPhoneNum = null;
600 address = fi.mPhoneNum;
662 tempAddress = fi.mPhoneNum;
    [all...]

Completed in 147 milliseconds