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/
WifiLoggerTest.java
95
when(mBuildProperties.
isUserdebugBuild
()).thenReturn(false);
479
when(mBuildProperties.
isUserdebugBuild
()).thenReturn(false);
490
when(mBuildProperties.
isUserdebugBuild
()).thenReturn(true);
555
when(mBuildProperties.
isUserdebugBuild
()).thenReturn(true);
570
when(mBuildProperties.
isUserdebugBuild
()).thenReturn(false);
WifiStateMachineTest.java
[
all
...]
Completed in 176 milliseconds