OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sDebugLoggingEnabledForTests
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
LogUtils.java
70
private static Boolean
sDebugLoggingEnabledForTests
= null;
81
sDebugLoggingEnabledForTests
= Boolean.valueOf(enabled);
99
if (
sDebugLoggingEnabledForTests
!= null) {
100
return
sDebugLoggingEnabledForTests
.booleanValue();
/packages/services/Telephony/src/com/android/phone/common/mail/utils/
LogUtils.java
69
private static Boolean
sDebugLoggingEnabledForTests
= null;
80
sDebugLoggingEnabledForTests
= Boolean.valueOf(enabled);
98
if (
sDebugLoggingEnabledForTests
!= null) {
99
return
sDebugLoggingEnabledForTests
.booleanValue();
Completed in 140 milliseconds