Searched defs:VERBOSE (Results 1 - 25 of 34) sorted by relevance

12

/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DShared.java25 public static final boolean VERBOSE = false; field in class:Shared
/packages/apps/Messaging/src/com/android/messaging/receiver/
H A DNotificationReceiver.java34 public static final boolean VERBOSE = false; field in class:NotificationReceiver
38 if (VERBOSE) {
/packages/apps/Messaging/src/com/android/messaging/util/
H A DPendingIntentConstants.java34 private static final boolean VERBOSE = false; field in class:PendingIntentConstants
H A DWakeLockHelper.java32 private static final boolean VERBOSE = false; field in class:WakeLockHelper
54 if (VERBOSE) {
62 if (VERBOSE) {
82 if (VERBOSE) {
H A DLogUtil.java34 public static final int VERBOSE = android.util.Log.VERBOSE; field in class:LogUtil
39 // VERBOSE logs.
71 * Send a {@link #VERBOSE} log message.
77 println(android.util.Log.VERBOSE, tag, msg);
81 * Send a {@link #VERBOSE} log message.
88 println(android.util.Log.VERBOSE, tag, msg + '\n'
252 * Returns text as is if {@value #BUGLE_TAG}'s log level is set to DEBUG or VERBOSE;
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStateDirectoryAccessBridge.java43 static final boolean VERBOSE = true; field in class:AppStateDirectoryAccessBridge
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DCameraThread.java37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in class:CameraThread
57 if (VERBOSE) Log.v(TAG, "start loopRun");
65 if (VERBOSE) Log.v(TAG, "createLooperThread: finished");
69 if (VERBOSE) Log.v(TAG, "start waiting for looper");
85 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipIncomingCallReceiver.java35 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipIncomingCallReceiver
42 if (VERBOSE) log("SipIncomingCallReceiver only run in system user, ignore " + action);
47 if (VERBOSE) log("SIP VOIP not supported: " + action);
54 if (VERBOSE) log("onReceive, action not processed: " + action);
59 if (VERBOSE) log("takeCall, intent: " + intent);
H A DSipPreferences.java31 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipPreferences
H A DSipAccountRegistry.java58 if (VERBOSE) log("startSipService, profile: " + mProfile);
103 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipAccountRegistry
216 if (VERBOSE) log("startSipProfiles, start auto registration");
H A DSipConnectionService.java53 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipConnectionService
69 if (VERBOSE) log("onCreateOutgoingConnection, request: " + request);
100 if (VERBOSE) log("start, network not connected, dropping call");
129 if (VERBOSE) log("initializing connection");
144 if (VERBOSE) log("onCreateIncomingConnection, request: " + request);
147 if (VERBOSE) log("onCreateIncomingConnection, no extras");
155 if (VERBOSE) log("onCreateIncomingConnection, no SIP intent");
175 if (VERBOSE) log("onCreateIncomingConnection, new connection: " + originalConnection);
182 if (VERBOSE) log("onCreateIncomingConnection, takingIncomingCall failed");
209 if (VERBOSE) lo
[all...]
H A DSipProfileDb.java41 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipProfileDb
H A DSipConnection.java40 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipConnection
59 if (VERBOSE) log("new SipConnection");
64 if (VERBOSE) log("init SipConnection, connection: " + connection);
77 if (VERBOSE) log("onAudioStateChanged: " + state);
85 if (VERBOSE) log("onStateChanged, state: " + Connection.stateToString(state));
90 if (VERBOSE) log("onPlayDtmfTone");
98 if (VERBOSE) log("onStopDtmfTone");
106 if (VERBOSE) log("onDisconnect");
120 if (VERBOSE) log("onSeparate");
132 if (VERBOSE) lo
[all...]
H A DSipSettings.java61 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipSettings
96 if (VERBOSE) {
164 if (VERBOSE) log("onActivityResult, remove: " + mProfile.getProfileName());
170 if (VERBOSE) log("onActivityResult, new: " + profile.getProfileName());
268 if (VERBOSE) log("addPreferenceFor, profile uri: " + p.getUri());
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DBackgroundWorkerService.java42 private static final boolean VERBOSE = false; field in class:BackgroundWorkerService
96 if (VERBOSE) {
H A DActionServiceImpl.java40 private static final boolean VERBOSE = false; field in class:ActionServiceImpl
229 if (VERBOSE) {
/packages/services/Telephony/src/com/android/services/telephony/
H A DLog.java32 public static final boolean VERBOSE = isLoggable(android.util.Log.VERBOSE); field in class:Log
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DSharedMinimal.java55 public static final boolean VERBOSE = DEBUG && Log.isLoggable(TAG, Log.VERBOSE); field in class:SharedMinimal
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DClassZeroActivity.java45 private static final boolean VERBOSE = false; field in class:ClassZeroActivity
161 if (VERBOSE) {
172 if (VERBOSE) {
182 if (VERBOSE) {
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountPreferenceBase.java42 protected static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in class:AccountPreferenceBase
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapRilReceiver.java20 public static final boolean VERBOSE = true; field in class:SapRilReceiver
61 if (VERBOSE) {
131 if (VERBOSE) {
313 if (VERBOSE) {
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
H A DLogUtils.java29 public static final int VERBOSE = Log.VERBOSE; field in class:LogUtils
45 * be set to DEBUG for production releases, and VERBOSE for internal builds.
64 return MAX_ENABLED_LOG_LEVEL > VERBOSE;
148 * Send a {@link #VERBOSE} log message.
157 if (isLoggable(tag, VERBOSE)) {
163 * Send a {@link #VERBOSE} log message.
173 if (isLoggable(tag, VERBOSE)) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBitmapPool.java42 protected static final boolean VERBOSE = false; field in class:BitmapPool
277 if (VERBOSE) {
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DLogUtils.java40 public static final int VERBOSE = Log.VERBOSE; field in class:LogUtils
64 * production releases. This should be set to DEBUG for production releases, and VERBOSE for
68 private static final int MAX_ENABLED_LOG_LEVEL = VERBOSE;
89 return MAX_ENABLED_LOG_LEVEL > VERBOSE;
177 * Send a {@link #VERBOSE} log message.
187 if (isLoggable(tag, VERBOSE)) {
194 * Send a {@link #VERBOSE} log message.
205 if (isLoggable(tag, VERBOSE)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java207 static final boolean VERBOSE = false; field in class:Constants

Completed in 662 milliseconds

12