/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/ |
D | TimeZoneSuggesterImplTest.java | 60 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 …]
|
D | NitzStateMachineImplTest.java | 57 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/ |
D | TelephonyTimeSuggestionTest.java | 30 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/ |
D | TelephonyTimeZoneSuggestionTest.java | 35 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/ |
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/java/android/provider/ |
D | Telephony.java | 4199 public static final String SLOT_INDEX = "slot_index"; field in Telephony.CellBroadcasts
|
/frameworks/base/api/ |
D | test-current.txt | 3363 field public static final String SLOT_INDEX = "slot_index";
|
D | system-current.txt | 9287 field public static final String SLOT_INDEX = "slot_index";
|
D | current.txt | 46583 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/ |
D | system-current.txt | 8169 field public static final String SLOT_INDEX = "slot_index";
|