Home
last modified time | relevance | path

Searched refs:getCarrierInfo (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/datausage/
DDataUsageSummaryPreferenceTest.java88 assertThat(mSummaryPreference.getCarrierInfo(mHolder).getVisibility()) in testSetUsageInfo_withDataPlans_carrierInfoShown()
97 assertThat(mSummaryPreference.getCarrierInfo(mHolder).getVisibility()) in testSetUsageInfo_withNoDataPlans_carrierInfoNotShown()
110 assertThat(mSummaryPreference.getCarrierInfo(mHolder).getText().toString()) in testCarrierUpdateTime_shouldFormatDaysCorrectly()
123 assertThat(mSummaryPreference.getCarrierInfo(mHolder).getText().toString()) in testCarrierUpdateTime_shouldFormatHoursCorrectly()
136 assertThat(mSummaryPreference.getCarrierInfo(mHolder).getText().toString()) in testCarrierUpdateTime_shouldFormatMinutesCorrectly()
146 assertThat(mSummaryPreference.getCarrierInfo(mHolder).getText().toString()) in testCarrierUpdateTime_shouldFormatLessThanMinuteCorrectly()
157 assertThat(mSummaryPreference.getCarrierInfo(mHolder).getText().toString()) in testCarrierUpdateTimeWithNoCarrier_shouldSayJustNow()
168 assertThat(mSummaryPreference.getCarrierInfo(mHolder).getText().toString()) in testCarrierUpdateTimeWithNoCarrier_shouldFormatTime()
178 TextView carrierInfo = mSummaryPreference.getCarrierInfo(mHolder); in setUsageInfo_withRecentCarrierUpdate_doesNotSetCarrierInfoWarningColorAndFont()
191 TextView carrierInfo = mSummaryPreference.getCarrierInfo(mHolder); in testSetUsageInfo_withStaleCarrierUpdate_setsCarrierInfoWarningColorAndFont()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/
DAbstractDeviceCheckInHelper.java35 abstract String getCarrierInfo(); in getCarrierInfo() method in AbstractDeviceCheckInHelper
DDeviceCheckInWorker.java95 String carrierInfo = mCheckInHelper.getCarrierInfo(); in startWork()
DDeviceCheckInHelper.java152 String getCarrierInfo() { in getCarrierInfo() method in DeviceCheckInHelper
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummaryPreference.java157 TextView carrierInfo = getCarrierInfo(holder); in onBindViewHolder()
311 protected TextView getCarrierInfo(PreferenceViewHolder holder) { in getCarrierInfo() method
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/provision/worker/
DDeviceCheckInWorkerTest.java260 when(mHelper.getCarrierInfo()).thenReturn( in setCarrierInfoAvailability()