Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerSignalTest.java510 Intent intent = createStringsUpdatedIntent(true /* showSpn */, in testOnReceive_stringsUpdatedAction_spn()
524 Intent intent = createStringsUpdatedIntent(false /* showSpn */, in testOnReceive_stringsUpdatedAction_plmn()
536 Intent intent = createStringsUpdatedIntent(false /* showSpn */, in testOnReceive_stringsUpdatedAction_bothFalse()
551 Intent intent = createStringsUpdatedIntent(true /* showSpn */, in testOnReceive_stringsUpdatedAction_bothTrueAndNull()
568 Intent intent = createStringsUpdatedIntent(true /* showSpn */, in testOnReceive_stringsUpdatedAction_bothTrueAndNonNull()
581 private Intent createStringsUpdatedIntent(boolean showSpn, String spn, in createStringsUpdatedIntent() method in NetworkControllerSignalTest