Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 25 of 120) sorted by relevance

12345

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticationService.java36 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
44 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onDestroy()
51 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onBind()
/development/ndk/tests/
Drun-all.sh46 VERBOSE=yes
92 if [ "$VERBOSE" = "yes" ] ; then
/development/build/tools/
Dmk_sources_zip.py26 VERBOSE = False variable
53 global VERBOSE
54 if VERBOSE:
86 global VERBOSE
104 VERBOSE = True
/development/samples/browseable/Flashlight/Application/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/RecyclerView/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.common.logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/CardReader/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.common.logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/RepeatingAlarm/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/BasicTransition/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/JumpingJack/Application/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/BasicContactables/src/com.example.android.common.logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/JobScheduler/src/com.example.android.common.logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/ElevationDrag/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/CardEmulation/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/FragmentTransition/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/BluetoothChat/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()
/development/samples/browseable/BasicGestureDetect/src/com.example.android.common/logger/
DLog.java30 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
91 println(VERBOSE, tag, msg, tr); in v()

12345