Home
last modified time | relevance | path

Searched refs:SLOT_INDEX (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DTimeZoneSuggesterImplTest.java60 private static final int SLOT_INDEX = 99999; field in TimeZoneSuggesterImplTest
62 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX).build();
92 SLOT_INDEX, null /* countryIsoCode */, null /* nitzSignal */)); in test_emptySuggestionForNullCountryNullNitz()
102 SLOT_INDEX, null /* countryIsoCode */, nitzSignal)); in test_emptySuggestionForNullCountryWithNitz()
109 SLOT_INDEX, "" /* countryIsoCoe */, null /* nitzSignal */)); in test_emptySuggestionForEmptyCountryNullNitz()
126 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX) in test_uniqueUsZone()
133 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), null /* nitzSignal */); in test_uniqueUsZone()
141 SLOT_INDEX, "" /* countryIsoCode */, in test_uniqueUsZone()
143 assertEquals(SLOT_INDEX, actualSuggestion.getSlotIndex()); in test_uniqueUsZone()
151 SLOT_INDEX, null /* countryIsoCode */, in test_uniqueUsZone()
[all …]
DNitzStateMachineImplTest.java57 private static final int SLOT_INDEX = 99999; field in NitzStateMachineImplTest
59 createEmptyTimeZoneSuggestion(SLOT_INDEX);
61 createEmptyTimeSuggestion(SLOT_INDEX);
93 SLOT_INDEX, mFakeNitzSignalInputFilter, mRealTimeZoneSuggester, in setUp()
115 SLOT_INDEX, networkCountryIsoCode, null /* nitzSignal */); in test_countryThenNitz()
118 SLOT_INDEX, networkCountryIsoCode, nitzSignal); in test_countryThenNitz()
138 createTimeSuggestionFromNitzSignal(SLOT_INDEX, nitzSignal); in test_countryThenNitz()
158 SLOT_INDEX, null /* countryIsoCode */, nitzSignal); in test_nitzThenCountry()
161 SLOT_INDEX, networkCountryIsoCode, nitzSignal); in test_nitzThenCountry()
173 createTimeSuggestionFromNitzSignal(SLOT_INDEX, nitzSignal); in test_nitzThenCountry()
[all …]
/frameworks/base/core/tests/coretests/src/android/app/timedetector/
DTelephonyTimeSuggestionTest.java30 private static final int SLOT_INDEX = 99999; field in TelephonyTimeSuggestionTest
34 TelephonyTimeSuggestion.Builder builder1 = new TelephonyTimeSuggestion.Builder(SLOT_INDEX); in testEquals()
40 TelephonyTimeSuggestion.Builder builder2 = new TelephonyTimeSuggestion.Builder(SLOT_INDEX); in testEquals()
63 new TelephonyTimeSuggestion.Builder(SLOT_INDEX + 1); in testEquals()
84 TelephonyTimeSuggestion.Builder builder = new TelephonyTimeSuggestion.Builder(SLOT_INDEX); in testParcelable()
/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
DTelephonyTimeZoneSuggestionTest.java35 private static final int SLOT_INDEX = 99999; field in TelephonyTimeZoneSuggestionTest
40 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX); in testEquals()
47 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX); in testEquals()
56 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX + 1); in testEquals()
134 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX); in testBuilderValidates_nullZone_badMatchType()
143 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX); in testBuilderValidates_zoneSet_badMatchType()
152 new TelephonyTimeZoneSuggestion.Builder(SLOT_INDEX); in testParcelable()
/frameworks/base/telephony/java/android/telephony/
DSmsCbMessage.java574 cv.put(CellBroadcasts.SLOT_INDEX, mSlotIndex); in getContentValues()
640 int slotIndex = cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.SLOT_INDEX)); in createFromCursor()
/frameworks/base/core/java/android/provider/
DTelephony.java4199 public static final String SLOT_INDEX = "slot_index"; field in Telephony.CellBroadcasts
/frameworks/base/api/
Dtest-current.txt3363 field public static final String SLOT_INDEX = "slot_index";
Dsystem-current.txt9287 field public static final String SLOT_INDEX = "slot_index";
Dcurrent.txt46583 field public static final String EXTRA_SLOT_INDEX = "android.telephony.extra.SLOT_INDEX";
48044 field public static final String EXTRA_SLOT_INDEX = "android.telephony.extra.SLOT_INDEX";
/frameworks/base/non-updatable-api/
Dsystem-current.txt8169 field public static final String SLOT_INDEX = "slot_index";