OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOGV_ENABLED
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Browser/src/com/android/browser/
Browser.java
28
final static boolean
LOGV_ENABLED
= false;
37
if (
LOGV_ENABLED
)
WebStorageSizeManager.java
89
private final static boolean
LOGV_ENABLED
= com.android.browser.Browser.
LOGV_ENABLED
;
224
if(
LOGV_ENABLED
) {
251
if(
LOGV_ENABLED
) {
267
if (
LOGV_ENABLED
) {
296
if(
LOGV_ENABLED
) {
313
if(
LOGV_ENABLED
) {
333
if(
LOGV_ENABLED
) {
342
if(
LOGV_ENABLED
) {
392
if(
LOGV_ENABLED
) {
[
all
...]
BrowserActivity.java
46
private final static boolean
LOGV_ENABLED
= Browser.
LOGV_ENABLED
;
53
if (
LOGV_ENABLED
) {
109
if (
LOGV_ENABLED
) {
143
if (
LOGV_ENABLED
) {
159
if (
LOGV_ENABLED
) {
CrashRecoveryHandler.java
37
private static final boolean
LOGV_ENABLED
= Browser.
LOGV_ENABLED
;
88
if (
LOGV_ENABLED
) {
115
if (
LOGV_ENABLED
) {
Completed in 45 milliseconds