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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherPreferencesBackupHelper.java27 private static final boolean VERBOSE = LauncherBackupAgentHelper.VERBOSE; field in class:LauncherPreferencesBackupHelper
40 if (VERBOSE) Log.v(TAG, "restoring preferences");
H A DLauncherBackupAgentHelper.java33 static final boolean VERBOSE = true; field in class:LauncherBackupAgentHelper
68 if (VERBOSE) Log.v(TAG, "restore is " + (restoreEnabled ? "enabled" : "disabled"));
90 if (VERBOSE) Log.v(TAG, "Nothing was restored, clearing DB");
H A DLauncherBackupHelper.java72 private static final boolean VERBOSE = LauncherBackupAgentHelper.VERBOSE; field in class:LauncherBackupHelper
181 if (VERBOSE) Log.v(TAG, "onBackup");
221 if (VERBOSE) Log.v(TAG, "restoreEntity");
319 if (VERBOSE) Log.v(TAG, "favorite " + id + " was too old: " + updateTime);
343 if (VERBOSE) Log.v(TAG, "unpacking favorite " + key.id);
348 if (VERBOSE) Log.v(TAG, "restore not enabled: skipping database mutation");
397 if (VERBOSE) Log.v(TAG, "screen " + id + " was too old: " + updateTime);
421 if (VERBOSE) Log.v(TAG, "unpacking screen " + key.id);
426 if (VERBOSE) Lo
[all...]
/packages/services/Telecomm/tests/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 DSipBroadcastReceiver.java33 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipBroadcastReceiver
40 if (VERBOSE) log("SIP VOIP not supported: " + action);
51 if (VERBOSE) log("SIP_REMOVE_PHONE " +
55 if (VERBOSE) log("onReceive, action not processed: " + action);
60 if (VERBOSE) log("takeCall, intent: " + intent);
H A DSipProfileDb.java40 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipProfileDb
H A DSipSharedPreferences.java32 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipSharedPreferences
H A DSipAccountRegistry.java59 if (VERBOSE) log("startSipService, profile: " + mProfile);
104 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipAccountRegistry
188 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 DSipConnection.java38 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipConnection
57 if (VERBOSE) log("new SipConnection");
62 if (VERBOSE) log("init SipConnection, connection: " + connection);
74 if (VERBOSE) log("onAudioStateChanged: " + state);
82 if (VERBOSE) log("onStateChanged, state: " + Connection.stateToString(state));
87 if (VERBOSE) log("onPlayDtmfTone");
95 if (VERBOSE) log("onStopDtmfTone");
103 if (VERBOSE) log("onDisconnect");
117 if (VERBOSE) log("onSeparate");
129 if (VERBOSE) lo
[all...]
H A DSipSettings.java61 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipSettings
106 if (VERBOSE) {
175 if (VERBOSE) log("onActivityResult, remove: " + mProfile.getProfileName());
181 if (VERBOSE) log("onActivityResult, new: " + profile.getProfileName());
274 if (VERBOSE) log("addPreferenceFor, profile uri: " + p.getUri());
H A DSipEditor.java49 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in class:SipEditor
113 if (VERBOSE) {
151 if (VERBOSE) log("onCreate, start profile editor");
181 if (VERBOSE) log("onPause, finishing: " + isFinishing());
280 if (VERBOSE) log("Home button clicked, don't show dialog: " + message);
440 if (VERBOSE) log("loadPreferencesFromProfile, existing profile: " + p.getProfileName());
461 if (VERBOSE) log("loadPreferencesFromProfile, edit a new profile");
503 if (VERBOSE) log("checkIfDisplayNameSet, displayName set: " + mDisplayNameSet);
558 if (VERBOSE) {
575 if (VERBOSE) lo
[all...]
/packages/apps/InCallUI/src/com/android/incallui/
H A DLog.java35 public static final boolean VERBOSE = android.util.Log.isLoggable(TAG, field in class:Log
36 android.util.Log.VERBOSE);
58 if (VERBOSE) {
64 if (VERBOSE) {
102 if (pii == null || VERBOSE) {
135 if (pii == null || VERBOSE) {
/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/tool/
H A DUtil.java8 public static boolean VERBOSE = false; field in class:Util
147 if (VERBOSE) {
H A DDiff.java7 public static boolean VERBOSE = false; field in class:Diff
273 Util.VERBOSE = true;
/packages/apps/Mms/src/com/android/mms/
H A DLogTag.java46 public static final boolean VERBOSE = false; field in class:LogTag
/packages/services/Telecomm/src/com/android/server/telecom/
H A DLog.java39 public static final boolean VERBOSE = isLoggable(android.util.Log.VERBOSE); field in class:Log
74 if (VERBOSE) {
80 if (VERBOSE) {
130 if (pii == null || VERBOSE) {
163 if (pii == null || VERBOSE) {
/packages/services/Telephony/src/com/android/services/telephony/
H A DLog.java35 public static final boolean VERBOSE = isLoggable(android.util.Log.VERBOSE); field in class:Log
70 if (VERBOSE) {
76 if (VERBOSE) {
131 if (pii == null || 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.java246 public static final boolean VERBOSE = false; field in class:Constants
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java73 * To enable PBAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
75 * "setprop log.tag.BluetoothPbapService DEBUG"; enable both VERBOSE and
76 * DEBUG log: "setprop log.tag.BluetoothPbapService VERBOSE"
81 public static final boolean VERBOSE = false; field in class:BluetoothPbapService
196 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate");
203 if (VERBOSE) Log.v(TAG, "Starting PBAP service");
237 if (VERBOSE) Log.v(TAG, "action: " + action);
240 if (VERBOSE) Log.v(TAG, "state: " + state);
297 if (VERBOSE) {
314 if (VERBOSE) {
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java71 * To enable MAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
73 * "setprop log.tag.BluetoothMapService DEBUG"; enable both VERBOSE and
74 * DEBUG log: "setprop log.tag.BluetoothMapService VERBOSE"
79 public static final boolean VERBOSE = true; //TODO: set to false field in class:BluetoothMapService
193 if(VERBOSE)Log.i(TAG, "CloseService(): Release Wake Lock");
198 if (VERBOSE) Log.v(TAG, "MAP Service closeService out");
224 if(VERBOSE)Log.i(TAG, "startObexSessions(): Acquire Wake Lock");
254 if (VERBOSE) {
310 if(VERBOSE)Log.i(TAG, "stopObexServerSessions(): Release Wake Lock");
317 if (VERBOSE) Lo
[all...]
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A DGenTool.jarMETA-INF/ META-INF/MANIFEST.MF com/mot/dm/core/Archives.class Gen.java ...

Completed in 563 milliseconds