/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/ |
D | TimeZoneSuggesterImplTest.java | 59 private static final int SLOT_INDEX = 99999; field in TimeZoneSuggesterImplTest 61 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX).build(); 87 SLOT_INDEX, null /* countryIsoCode */, null /* nitzSignal */)); in test_emptySuggestionForNullCountryNullNitz() 97 SLOT_INDEX, null /* countryIsoCode */, nitzSignal)); in test_emptySuggestionForNullCountryWithNitz() 104 SLOT_INDEX, "" /* countryIsoCoe */, null /* nitzSignal */)); in test_emptySuggestionForEmptyCountryNullNitz() 121 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX) in test_uniqueUsZone() 128 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), null /* nitzSignal */); in test_uniqueUsZone() 138 SLOT_INDEX, "" /* countryIsoCode */, nitzSignal); in test_uniqueUsZone() 139 assertEquals(SLOT_INDEX, actualSuggestion.getSlotIndex()); in test_uniqueUsZone() 149 SLOT_INDEX, null /* countryIsoCode */, nitzSignal); in test_uniqueUsZone() [all …]
|
D | NitzStateMachineImplTest.java | 55 private static final int SLOT_INDEX = 99999; field in NitzStateMachineImplTest 57 createEmptyTimeZoneSuggestion(SLOT_INDEX); 59 createEmptyTimeSuggestion(SLOT_INDEX); 87 SLOT_INDEX, mFakeDeviceState, mFakeNitzSignalInputFilter, mRealTimeZoneSuggester, in setUp() 110 SLOT_INDEX, networkCountryIsoCode, null /* nitzSignal */); in test_countryThenNitz() 113 SLOT_INDEX, networkCountryIsoCode, nitzSignal); in test_countryThenNitz() 134 createTimeSuggestionFromNitzSignal(SLOT_INDEX, nitzSignal); in test_countryThenNitz() 155 SLOT_INDEX, null /* countryIsoCode */, nitzSignal); in test_nitzThenCountry() 158 SLOT_INDEX, networkCountryIsoCode, nitzSignal); in test_nitzThenCountry() 170 createTimeSuggestionFromNitzSignal(SLOT_INDEX, nitzSignal); in test_nitzThenCountry() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | IccLogicalChannelRequestTest.java | 35 private static final int SLOT_INDEX = 0; field in IccLogicalChannelRequestTest 62 createIccLogicalChannelRequest(SUB_ID, SLOT_INDEX, PORT_INDEX, CALLING_PKG, AID, P2, in testConstructor_withValidParmas_shouldReturnValidValues() 66 assertThat(request.slotIndex).isEqualTo(SLOT_INDEX); in testConstructor_withValidParmas_shouldReturnValidValues() 79 createIccLogicalChannelRequest(SUB_ID, SLOT_INDEX, PORT_INDEX, CALLING_PKG, AID, P2, in testEquals_sameInput_shouldReturnTrue() 82 createIccLogicalChannelRequest(SUB_ID, SLOT_INDEX, PORT_INDEX, CALLING_PKG, AID, P2, in testEquals_sameInput_shouldReturnTrue() 92 createIccLogicalChannelRequest(SUB_ID, SLOT_INDEX, PORT_INDEX, CALLING_PKG, AID, P2, in testEquals_differentBinder_shouldReturnFalse() 96 createIccLogicalChannelRequest(SUB_ID, SLOT_INDEX, PORT_INDEX, CALLING_PKG, AID, P2, in testEquals_differentBinder_shouldReturnFalse() 106 createIccLogicalChannelRequest(SUB_ID, SLOT_INDEX, PORT_INDEX, CALLING_PKG, AID, P2, in testParcel()
|
/frameworks/base/core/tests/timetests/src/android/app/timezonedetector/ |
D | TelephonyTimeZoneSuggestionTest.java | 43 private static final int SLOT_INDEX = 99999; field in TelephonyTimeZoneSuggestionTest 48 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX); in testEquals() 55 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX); in testEquals() 64 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX + 1); in testEquals() 142 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX); in testBuilderValidates_nullZone_badMatchType() 151 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX); in testBuilderValidates_zoneSet_badMatchType() 160 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX); in testParcelable()
|
/frameworks/base/core/tests/timetests/src/android/app/timedetector/ |
D | TelephonyTimeSuggestionTest.java | 40 private static final int SLOT_INDEX = 99999; field in TelephonyTimeSuggestionTest 44 TelephonyTimeSuggestion.Builder builder1 = new TelephonyTimeSuggestion.Builder(SLOT_INDEX); in testEquals() 50 TelephonyTimeSuggestion.Builder builder2 = new TelephonyTimeSuggestion.Builder(SLOT_INDEX); in testEquals() 73 new TelephonyTimeSuggestion.Builder(SLOT_INDEX + 1); in testEquals() 94 TelephonyTimeSuggestion.Builder builder = new TelephonyTimeSuggestion.Builder(SLOT_INDEX); in testParcelable()
|
/frameworks/base/core/java/android/provider/ |
D | SimPhonebookContract.java | 390 public static final String SLOT_INDEX = "slot_index"; field in SimPhonebookContract.ElementaryFiles
|
D | Telephony.java | 3698 public static final String SLOT_INDEX = "slot_index"; field in Telephony.CellBroadcasts
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsCbMessage.java | 574 cv.put(CellBroadcasts.SLOT_INDEX, mSlotIndex); in getContentValues() 640 int slotIndex = cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.SLOT_INDEX)); in createFromCursor()
|
/frameworks/base/core/api/ |
D | system-current.txt | 12058 field public static final String SLOT_INDEX = "slot_index";
|
D | current.txt | 37724 field public static final String SLOT_INDEX = "slot_index"; 43656 field public static final String EXTRA_SLOT_INDEX = "android.telephony.extra.SLOT_INDEX"; 45853 field public static final String EXTRA_SLOT_INDEX = "android.telephony.extra.SLOT_INDEX";
|