Home
last modified time | relevance | path

Searched refs:updateCarrierInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSCarrierGroupTest.java75 spiedCarrierGroup.updateCarrierInfo(c1); in testUpdateCarrierText_sameLengths()
84 spiedCarrierGroup.updateCarrierInfo(c2); in testUpdateCarrierText_sameLengths()
93 spiedCarrierGroup.updateCarrierInfo(c3); in testUpdateCarrierText_sameLengths()
102 spiedCarrierGroup.updateCarrierInfo(c4); in testUpdateCarrierText_sameLengths()
123 spiedCarrierGroup.updateCarrierInfo(c1); in testUpdateCarrierText_differentLength()
132 spiedCarrierGroup.updateCarrierInfo(c2); in testUpdateCarrierText_differentLength()
141 spiedCarrierGroup.updateCarrierInfo(c3); in testUpdateCarrierText_differentLength()
150 spiedCarrierGroup.updateCarrierInfo(c4); in testUpdateCarrierText_differentLength()
164 spiedCarrierGroup.updateCarrierInfo(c4); in testUpdateCarrierText_invalidSim()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextControllerTest.java153 verify(mCarrierTextCallback).updateCarrierInfo(captor.capture()); in testAirplaneMode()
176 verify(mCarrierTextCallback).updateCarrierInfo(captor.capture()); in testCardIOError()
188 verify(mCarrierTextCallback).updateCarrierInfo(captor.capture()); in testCardIOError()
203 verify(mCarrierTextCallback, never()).updateCarrierInfo(any()); in testWrongSlots()
224 verify(mCarrierTextCallback).updateCarrierInfo( in testMoreSlotsThanSubs()
237 verify(mCarrierTextCallback).updateCarrierInfo(captor.capture()); in testCallback()
250 verify(mCarrierTextCallback).updateCarrierInfo(any()); in testNullingCallback()
269 verify(mCarrierTextCallback).updateCarrierInfo(captor.capture()); in testCreateInfo_OneValidSubscription()
293 verify(mCarrierTextCallback).updateCarrierInfo(captor.capture()); in testCreateInfo_OneValidSubscriptionWithRoaming()
317 verify(mCarrierTextCallback).updateCarrierInfo(captor.capture()); in testCarrierText_noTextOnReadySimWhenNull()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextController.java235 callback.updateCarrierInfo(new CarrierTextCallbackInfo("", null, false, null)); in setListening()
368 handler.post(() -> callback.updateCarrierInfo(info)); in postToCallback()
625 default void updateCarrierInfo(CarrierTextCallbackInfo info) {}; in updateCarrierInfo() method
DCarrierText.java47 public void updateCarrierInfo(CarrierTextController.CarrierTextCallbackInfo info) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSCarrierGroup.java160 public void updateCarrierInfo(CarrierTextController.CarrierTextCallbackInfo info) { in updateCarrierInfo() method in QSCarrierGroup