Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionRepositoryTest.kt885 it.dataRegState = STATE_IN_SERVICE
894 it.dataRegState = STATE_IN_SERVICE
904 it.dataRegState = STATE_OUT_OF_SERVICE
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerBaseTest.java445 public void setDataRegState(int dataRegState) { in setDataRegState() argument
446 when(mServiceState.getDataRegistrationState()).thenReturn(dataRegState); in setDataRegState()
/aosp14/frameworks/base/core/api/
H A Dsystem-removed.txt76 field @Deprecated public static final String EXTRA_DATA_REG_STATE = "dataRegState";