OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dataRegState
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerBaseTest.java
205
public void setDataRegState(int
dataRegState
) {
206
when(mServiceState.getDataRegState()).thenReturn(
dataRegState
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java
673
* data only devices, to fix that use
DataRegState
.
679
+ "
DataRegState
=" + mNewSS.getDataRegState());
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java
938
public void setDataRegState(int
dataRegState
) {
939
mDataRegState =
dataRegState
;
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 796 milliseconds