Home
last modified time | relevance | path

Searched refs:getNoSimTextView (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/carrier/
H A DQSCarrierGroup.java35 TextView getNoSimTextView() { in getNoSimTextView() method in QSCarrierGroup
H A DQSCarrierGroupController.java244 mNoSimTextView = view.getNoSimTextView(); in QSCarrierGroupController()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/carrier/
H A DQSCarrierGroupControllerTest.java111 when(mQSCarrierGroup.getNoSimTextView()).thenReturn(new TextView(mContext)); in setup()
252 assertEquals(View.GONE, mQSCarrierGroup.getNoSimTextView().getVisibility()); in testNoEmptyVisibleView_airplaneMode()