Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/ui/
DMobileContextProviderTest.kt64 val ctx = provider.getMobileContextForSub(SUB_1_ID, context) in test_oneSubscription_contextHasMccMnc()
78 val ctx1 = provider.getMobileContextForSub(SUB_1_ID, context) in test_twoSubscriptions_eachContextReflectsMccMnc()
79 val ctx2 = provider.getMobileContextForSub(SUB_2_ID, context) in test_twoSubscriptions_eachContextReflectsMccMnc()
97 val ctx = provider.getMobileContextForSub(SUB_1_ID, context) in test_requestingContextForNonexistentSubscription_returnsGivenContext()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/
DIconManager.java206 .getMobileContextForSub(subId, mContext); in addNewMobileIcon()
226 Context mobileContext = mMobileContextProvider.getMobileContextForSub(subId, mContext); in onCreateModernStatusBarMobileView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ui/
DMobileContextProvider.kt79 fun getMobileContextForSub(subId: Int, context: Context): Context { in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ui/
DStatusBarIconControllerTest.java71 when(mMobileContextProvider.getMobileContextForSub(anyInt(), any())).thenReturn(mContext); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupController.java249 mMobileContextProvider.getMobileContextForSub(iconData.subId, mContext); in updateModernMobileIcons()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupControllerTest.java191 when(mMobileContextProvider.getMobileContextForSub(anyInt(), any())).thenReturn(mContext); in setupWithNewPipeline()