Home
last modified time | relevance | path

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

123456789

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnection.java40 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in SipConnection
59 if (VERBOSE) log("new SipConnection"); in SipConnection()
64 if (VERBOSE) log("init SipConnection, connection: " + connection); in initialize()
77 if (VERBOSE) log("onAudioStateChanged: " + state); in onAudioStateChanged()
85 if (VERBOSE) log("onStateChanged, state: " + Connection.stateToString(state)); in onStateChanged()
90 if (VERBOSE) log("onPlayDtmfTone"); in onPlayDtmfTone()
98 if (VERBOSE) log("onStopDtmfTone"); in onStopDtmfTone()
106 if (VERBOSE) log("onDisconnect"); in onDisconnect()
120 if (VERBOSE) log("onSeparate"); in onSeparate()
132 if (VERBOSE) log("onAbort"); in onAbort()
[all …]
DSipConnectionService.java53 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in SipConnectionService
69 if (VERBOSE) log("onCreateOutgoingConnection, request: " + request); in onCreateOutgoingConnection()
100 if (VERBOSE) log("start, network not connected, dropping call"); in onCreateOutgoingConnection()
129 if (VERBOSE) log("initializing connection"); in onCreateOutgoingConnection()
144 if (VERBOSE) log("onCreateIncomingConnection, request: " + request); in onCreateIncomingConnection()
147 if (VERBOSE) log("onCreateIncomingConnection, no extras"); in onCreateIncomingConnection()
155 if (VERBOSE) log("onCreateIncomingConnection, no SIP intent"); in onCreateIncomingConnection()
175 if (VERBOSE) log("onCreateIncomingConnection, new connection: " + originalConnection); in onCreateIncomingConnection()
182 if (VERBOSE) log("onCreateIncomingConnection, takingIncomingCall failed"); in onCreateIncomingConnection()
209 if (VERBOSE) log("findProfile"); in findProfile()
[all …]
DSipIncomingCallReceiver.java36 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in SipIncomingCallReceiver
48 if (VERBOSE) log("SipIncomingCallReceiver only run in system user, ignore " + action); in onReceive()
53 if (VERBOSE) log("SIP VOIP not supported: " + action); in onReceive()
60 if (VERBOSE) log("onReceive, action not processed: " + action); in onReceive()
65 if (VERBOSE) log("takeCall, intent: " + intent); in takeCall()
DSipEditor.java50 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in SipEditor
148 if (VERBOSE) { in setValue()
186 if (VERBOSE) log("onCreate, start profile editor"); in onCreate()
216 if (VERBOSE) log("onPause, finishing: " + isFinishing()); in onPause()
320 if (VERBOSE) log("Home button clicked, don't show dialog: " + message); in showAlert()
482 if (VERBOSE) log("loadPreferencesFromProfile, existing profile: " + p.getProfileName()); in loadPreferencesFromProfile()
503 if (VERBOSE) log("loadPreferencesFromProfile, edit a new profile"); in loadPreferencesFromProfile()
545 if (VERBOSE) log("checkIfDisplayNameSet, displayName set: " + mDisplayNameSet); in checkIfDisplayNameSet()
600 if (VERBOSE) { in show()
617 if (VERBOSE) log("AdvancedSettings.onPreferenceClick"); in onPreferenceClick()
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersAccess.java20 import static com.android.documentsui.base.SharedMinimal.VERBOSE;
72 if (VERBOSE) Log.v(tag, "Evaluationg root: " + root); in getMatchingRoots()
75 if (VERBOSE) Log.v(tag, "Excluding read-only root because: ACTION_CREATE."); in getMatchingRoots()
81 if (VERBOSE) Log.v( in getMatchingRoots()
87 if (VERBOSE) Log.v( in getMatchingRoots()
93 if (VERBOSE) Log.v( in getMatchingRoots()
99 if (VERBOSE) Log.v(tag, "Excluding root because: unwanted advanced device."); in getMatchingRoots()
104 if (VERBOSE) Log.v(tag, "Excluding root because: unwanted non-local device."); in getMatchingRoots()
109 if (VERBOSE) Log.v( in getMatchingRoots()
115 if (VERBOSE) Log.v(tag, "Excluding empty root because: ACTION_OPEN."); in getMatchingRoots()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java74 public static final boolean VERBOSE = false; field in BluetoothMapService
181 if (VERBOSE) { in closeService()
198 if (VERBOSE) { in closeService()
204 if (VERBOSE) { in closeService()
242 if (VERBOSE) { in startObexServerSessions()
277 if (VERBOSE) { in startObexServerSessions()
335 if (VERBOSE) { in stopObexServerSessions()
348 if (VERBOSE) { in handleMessage()
398 if (VERBOSE) { in handleMessage()
419 if (VERBOSE) { in handleMessage()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java47 public static final boolean VERBOSE = false; field in SapService
122 if (VERBOSE) { in removeSdpRecord()
131 if (VERBOSE) { in startRfcommSocketListener()
145 if (VERBOSE) { in initSocket()
181 if (VERBOSE) { in initSocket()
194 if (VERBOSE) { in initSocket()
229 if (VERBOSE) { in closeService()
256 if (VERBOSE) { in closeService()
262 if (VERBOSE) { in startSapServerSession()
287 if (VERBOSE) { in startSapServerSession()
[all …]
DSapServer.java52 public static final boolean VERBOSE = SapService.VERBOSE; field in SapServer
133 if (VERBOSE) { in onReceive()
183 if (VERBOSE) { in sendDisconnectInd()
188 if (VERBOSE) { in sendDisconnectInd()
229 if (VERBOSE) { in setNotification()
340 if (VERBOSE) { in run()
344 if (VERBOSE) { in run()
348 if (VERBOSE) { in run()
353 if (VERBOSE) { in run()
362 if (VERBOSE) { in run()
[all …]
DSapMessage.java42 public static final boolean VERBOSE = SapService.VERBOSE; field in SapMessage
387 if (VERBOSE) { in readMessage()
498 if (VERBOSE) { in parseParameters()
828 if (VERBOSE) { in send()
865 if (VERBOSE) { in createUnsolicited()
873 if (VERBOSE) { in createUnsolicited()
878 if (VERBOSE) { in createUnsolicited()
886 if (VERBOSE) { in createUnsolicited()
895 if (VERBOSE) { in createUnsolicited()
900 if (VERBOSE) { in createUnsolicited()
[all …]
/packages/apps/Messaging/src/com/android/messaging/widget/
DBaseWidgetFactory.java69 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in BaseWidgetFactory()
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onCreate()
86 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDestroy()
99 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDataSetChanged()
128 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getCount()
134 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getCount()
149 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
208 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
DBaseWidgetProvider.java55 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
71 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
98 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize()
113 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize()
135 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize()
163 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onAppWidgetOptionsChanged()
181 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDeleted()
DWidgetConversationProvider.java57 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in updateWidget()
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in rebuildWidget()
101 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in rebuildWidget()
169 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in notifyMessagesChanged()
184 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in notifyConversationDeleted()
210 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in notifyConversationRenamed()
229 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
244 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCameraThread.java37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraThread
57 if (VERBOSE) Log.v(TAG, "start loopRun"); in start()
65 if (VERBOSE) Log.v(TAG, "createLooperThread: finished"); in start()
69 if (VERBOSE) Log.v(TAG, "start waiting for looper"); in start()
85 if (VERBOSE) Log.v(TAG, "Terminate looper thread"); in close()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DNoConfirmationSmsSendService.java56 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
62 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
70 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
90 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
100 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
114 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
121 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
DTestAuthenticator.java64 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in addAccount()
86 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in getAuthToken()
100 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in confirmCredentials()
108 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in editProperties()
117 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in getAuthTokenLabel()
129 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in hasFeatures()
140 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in updateCredentials()
/packages/modules/DnsResolver/
Dres_debug.cpp154 LOG(VERBOSE) << s; in do_section()
221 PLOG(VERBOSE) << s; in do_section()
226 PLOG(VERBOSE) << s; in do_section()
240 if (!WOULD_LOG(VERBOSE)) return; in res_pquery()
247 PLOG(VERBOSE) << "ns_initparse failed"; in res_pquery()
278 LOG(VERBOSE) << s; in res_pquery()
288 LOG(VERBOSE) << "Hex dump:"; in res_pquery()
289 LOG(VERBOSE) << android::netdutils::toHex(Slice(const_cast<uint8_t*>(msg), len), 32); in res_pquery()
485 logSeverity = android::base::VERBOSE; in resolv_set_log_severity()
/packages/apps/Messaging/src/com/android/messaging/ui/
DBugleActionBarActivity.java69 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onCreate()
77 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onStart()
85 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onRestart()
93 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onResume()
102 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onPause()
110 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onStop()
148 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onDisplayHeightChanged()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAddAccountSettings.java114 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "account added: " + bundle);
116 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled");
118 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
120 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
138 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "restored"); in onCreate()
212 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "saved"); in onSaveInstanceState()
/packages/apps/Settings/src/com/android/settings/accounts/
DAddAccountSettings.java114 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "account added: " + bundle);
116 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled");
118 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
120 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
138 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "restored"); in onCreate()
212 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "saved"); in onSaveInstanceState()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java83 public static final boolean VERBOSE = false; field in BluetoothPbapService
226 if (VERBOSE) { in parseIntent()
234 if (VERBOSE) { in parseIntent()
274 if (VERBOSE) { in closeService()
347 if (VERBOSE) { in handleMessage()
556 if (VERBOSE) { in start()
595 if (VERBOSE) { in stop()
671 if (VERBOSE) { in PbapBinder()
792 if (VERBOSE) { in checkOrGetPhonebookPermission()
867 if (VERBOSE) in getLocalTelephonyDetails()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DFastScrollingIndexCache.java212 if (Log.isLoggable(TAG, Log.VERBOSE)) { in get()
224 if (Log.isLoggable(TAG, Log.VERBOSE)) { in get()
247 if (Log.isLoggable(TAG, Log.VERBOSE)) { in put()
259 if (Log.isLoggable(TAG, Log.VERBOSE)) { in invalidate()
286 if (Log.isLoggable(TAG, Log.VERBOSE)) { in ensureLoaded()
309 if (Log.isLoggable(TAG, Log.VERBOSE)) { in ensureLoaded()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DSilenceDeviceManager.java60 private static final boolean VERBOSE = false; field in SilenceDeviceManager
120 if (VERBOSE) { in handleMessage()
216 if (VERBOSE) { in start()
229 if (VERBOSE) { in cleanup()
295 if (VERBOSE) { in addConnectedDevice()
313 if (VERBOSE) { in removeConnectedDevice()
/packages/apps/Messaging/src/com/android/messaging/util/
DWakeLockHelper.java32 private static final boolean VERBOSE = false; field in WakeLockHelper
54 if (VERBOSE) { in acquire()
62 if (VERBOSE) { in acquire()
82 if (VERBOSE) { in ensure()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DClog.java31 public static final int VERBOSE = android.util.Log.VERBOSE; field in Clog
60 return println(VERBOSE, tag, msg); in v()
64 return println(VERBOSE, tag, msg + '\n' + getStackTraceString(tr)); in v()
129 case VERBOSE: in println()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConferenceController.java55 if (Log.VERBOSE) {
173 if (Log.VERBOSE) { in add()
202 if (Log.VERBOSE) { in remove()
242 if (Log.VERBOSE) { in recalculateConferenceable()
274 if (Log.VERBOSE) { in recalculateConferenceable()
391 if (Log.VERBOSE) { in startConference()

123456789