Searched refs:CarrierTextController (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSCarrierGroupTest.java | 30 import com.android.keyguard.CarrierTextController; 69 CarrierTextController.CarrierTextCallbackInfo in testUpdateCarrierText_sameLengths() 70 c1 = new CarrierTextController.CarrierTextCallbackInfo( in testUpdateCarrierText_sameLengths() 78 CarrierTextController.CarrierTextCallbackInfo in testUpdateCarrierText_sameLengths() 79 c2 = new CarrierTextController.CarrierTextCallbackInfo( in testUpdateCarrierText_sameLengths() 87 CarrierTextController.CarrierTextCallbackInfo in testUpdateCarrierText_sameLengths() 88 c3 = new CarrierTextController.CarrierTextCallbackInfo( in testUpdateCarrierText_sameLengths() 96 CarrierTextController.CarrierTextCallbackInfo in testUpdateCarrierText_sameLengths() 97 c4 = new CarrierTextController.CarrierTextCallbackInfo( in testUpdateCarrierText_sameLengths() 117 CarrierTextController.CarrierTextCallbackInfo in testUpdateCarrierText_differentLength() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | CarrierTextControllerTest.java | 94 private CarrierTextController.CarrierTextCallback mCarrierTextCallback; 103 private CarrierTextController.CarrierTextCallbackInfo mCarrierTextCallbackInfo; 105 private CarrierTextController mCarrierTextController; 125 mCarrierTextCallbackInfo = new CarrierTextController.CarrierTextCallbackInfo("", in setUp() 148 ArgumentCaptor<CarrierTextController.CarrierTextCallbackInfo> captor = in testAirplaneMode() 150 CarrierTextController.CarrierTextCallbackInfo.class); in testAirplaneMode() 171 ArgumentCaptor<CarrierTextController.CarrierTextCallbackInfo> captor = in testCardIOError() 173 CarrierTextController.CarrierTextCallbackInfo.class); in testCardIOError() 225 any(CarrierTextController.CarrierTextCallbackInfo.class)); in testMoreSlotsThanSubs() 234 ArgumentCaptor<CarrierTextController.CarrierTextCallbackInfo> captor = in testCallback() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | CarrierTextController.java | 53 public class CarrierTextController { class 112 if (getStatusForIccState(simState) == CarrierTextController.StatusMode.SimIoError) { 155 public CarrierTextController(Context context, CharSequence separator, boolean showAirplaneMode, in CarrierTextController() method in CarrierTextController 395 CarrierTextController.StatusMode status = getStatusForIccState(simState); in getCarrierTextForSimState() 484 private CarrierTextController.StatusMode getStatusForIccState(IccCardConstants.State simState) { in getStatusForIccState() 487 return CarrierTextController.StatusMode.Normal; in getStatusForIccState() 499 return CarrierTextController.StatusMode.SimMissing; in getStatusForIccState() 501 return CarrierTextController.StatusMode.SimMissingLocked; in getStatusForIccState() 503 return CarrierTextController.StatusMode.SimNotReady; in getStatusForIccState() 505 return CarrierTextController.StatusMode.SimLocked; in getStatusForIccState() [all …]
|
D | CarrierText.java | 42 private CarrierTextController mCarrierTextController; 44 private CarrierTextController.CarrierTextCallback mCarrierTextCallback = 45 new CarrierTextController.CarrierTextCallback() { 47 public void updateCarrierInfo(CarrierTextController.CarrierTextCallbackInfo info) { 86 mCarrierTextController = new CarrierTextController(mContext, mSeparator, mShowAirplaneMode, in onFinishInflate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSCarrierGroup.java | 33 import com.android.keyguard.CarrierTextController; 46 CarrierTextController.CarrierTextCallback, 60 private CarrierTextController mCarrierTextController; 108 mCarrierTextController = new CarrierTextController(mContext, separator, false, false); in onFinishInflate() 160 public void updateCarrierInfo(CarrierTextController.CarrierTextCallbackInfo info) { in updateCarrierInfo()
|