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

  /packages/apps/Settings/src/com/android/settings/development/
OemUnlockPreferenceController.java 169 int phoneCount = mTelephonyManager.getPhoneCount();
170 for (int i = 0; i < phoneCount; i++) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
SubscriptionControllerMock.java 58 public SubscriptionControllerMock(Context c, ITelephonyRegistry.Stub tr, int phoneCount) {
61 mSlotIndexToSubId = new int[phoneCount][];
62 for (int i = 0; i < phoneCount; i++) {
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 253 int phoneCount = mTelephonyManager.getPhoneCount();
258 assertTrue("Phone count should be > 0", phoneCount > 0);
261 assertTrue("Phone count should be 0", phoneCount == 0 || phoneCount == 1);
  /packages/apps/Contacts/src/com/android/contacts/database/
SimContactDaoImpl.java 316 int phoneCount = 0;
320 phoneCount++;
325 List<String> selectionArgs = new ArrayList<>(phoneCount + 1);
332 .append(Joiner.on(',').join(Collections.nCopies(phoneCount, '?')))
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 253 int phoneCount = 1;
258 phoneCount = 1;
262 phoneCount = 1;
268 phoneCount = 1;
271 phoneCount = 1;
273 phoneCount = 0;
281 phoneCount = PhoneConstants.MAX_PHONE_COUNT_DUAL_SIM;
284 phoneCount = PhoneConstants.MAX_PHONE_COUNT_TRI_SIM;
287 return phoneCount;
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/database/
SimContactDaoTests.java 524 final int phoneCount = sRandom.nextInt(5);
527 for (int i = 0; i < phoneCount; i++) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]

Completed in 230 milliseconds