Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/
H A DMobileNetworkActivityTest.java129 void switchFragment(SubscriptionInfo subInfo) { in switchFragment() method in MobileNetworkActivityTest.MockMobileNetworkActivity
170 mockActivity.switchFragment(mSubscriptionInfo1); in switchFragment_switchBetweenTwoSubscriptions()
187 mockActivity.switchFragment(mSubscriptionInfo1); in switchFragment_subscriptionsUpdate_notifyByIntent()
193 mockActivity.switchFragment(mSubscriptionInfo2); in switchFragment_subscriptionsUpdate_notifyByIntent()
199 mockActivity.switchFragment(mSubscriptionInfo1); in switchFragment_subscriptionsUpdate_notifyByIntent()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DCustomizationPickerActivity.java119 switchFragment(isWallpaperOnlyMode(getIntent()) in onCreate()
198 private void switchFragment(Fragment fragment) { in switchFragment() method in CustomizationPickerActivity
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DMobileNetworkActivity.java286 switchFragment(subscription); in updateSubscriptions()
344 void switchFragment(SubscriptionInfo subInfo) { in switchFragment() method in MobileNetworkActivity