OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUserdebugBuild
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
BuildProperties.java
28
boolean
isUserdebugBuild
();
SystemBuildProperties.java
28
public boolean
isUserdebugBuild
() {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiDiagnosticsTest.java
99
when(mBuildProperties.
isUserdebugBuild
()).thenReturn(false);
545
when(mBuildProperties.
isUserdebugBuild
()).thenReturn(false);
556
when(mBuildProperties.
isUserdebugBuild
()).thenReturn(true);
623
when(mBuildProperties.
isUserdebugBuild
()).thenReturn(true);
638
when(mBuildProperties.
isUserdebugBuild
()).thenReturn(false);
[
all
...]
WifiStateMachineTest.java
[
all
...]
Completed in 216 milliseconds