Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 25 of 2556) sorted by relevance

12345678910>>...103

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSubInfoControllerTest.java78 assertEquals("353626073736741", mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG)); in testGetDeviceId()
79 assertEquals("353626073736742", mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG)); in testGetDeviceId()
91 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG); in testGetDeviceIdWithOutPermission()
99 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG); in testGetDeviceIdWithOutPermission()
109 eq(AppOpsManager.OP_READ_PHONE_STATE), anyInt(), eq(TAG)); in testGetDeviceIdWithOutPermission()
111 assertNull(mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG)); in testGetDeviceIdWithOutPermission()
112 assertNull(mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG)); in testGetDeviceIdWithOutPermission()
117 eq(AppOpsManager.OP_READ_PHONE_STATE), anyInt(), eq(TAG)); in testGetDeviceIdWithOutPermission()
118 assertEquals("353626073736741", mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG)); in testGetDeviceIdWithOutPermission()
119 assertEquals("353626073736742", mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG)); in testGetDeviceIdWithOutPermission()
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadset.java49 private static final String TAG = "BluetoothHeadset"; field in BluetoothHeadset
307 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
309 if (VDBG) Log.d(TAG,"Unbinding service...");
315 if (VDBG) Log.d(TAG,"Binding service...");
319 Log.e(TAG,"",re);
339 Log.e(TAG,"",e); in BluetoothHeadset()
351 Log.e(TAG, "Unable to bind HeadsetService", e); in doBind()
363 Log.e(TAG,"Unable to unbind HeadsetService", e); in doUnbind()
383 Log.e(TAG,"",e); in close()
419 Log.e(TAG, Log.getStackTraceString(new Throwable())); in connect()
[all …]
DBluetoothMapClient.java39 private static final String TAG = "BluetoothMapClient"; field in BluetoothMapClient
40 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
41 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
78 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
80 if (VDBG) Log.d(TAG, "Unbinding service...");
86 Log.e(TAG, "", re);
93 if (VDBG) Log.d(TAG, "Binding service...");
97 Log.e(TAG, "", re);
108 if (DBG) Log.d(TAG, "Create BluetoothMapClient proxy object"); in BluetoothMapClient()
117 Log.e(TAG, "", e); in BluetoothMapClient()
[all …]
DBluetoothInputHost.java38 private static final String TAG = BluetoothInputHost.class.getSimpleName(); field in BluetoothInputHost
170 Log.d(TAG, "onBluetoothStateChange: up=" + up);
173 Log.d(TAG,"Unbinding service...");
179 Log.e(TAG,"onBluetoothStateChange: could not unbind service:", e);
185 Log.d(TAG,"Binding HID Device service...");
189 Log.e(TAG,"onBluetoothStateChange: could not bind to HID Dev service: ", e);
191 Log.e(TAG,"onBluetoothStateChange: could not bind to HID Dev service: ", e);
200 Log.d(TAG, "onServiceConnected()");
208 Log.d(TAG, "onServiceDisconnected()");
217 Log.v(TAG, "BluetoothInputHost"); in BluetoothInputHost()
[all …]
DBluetoothHeadsetClient.java42 private static final String TAG = "BluetoothHeadsetClient"; field in BluetoothHeadsetClient
377 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
379 if (VDBG) Log.d(TAG,"Unbinding service...");
385 Log.e(TAG,"",re);
392 if (VDBG) Log.d(TAG,"Binding service...");
397 Log.e(TAG,"",re);
417 Log.e(TAG,"",e); in BluetoothHeadsetClient()
430 Log.e(TAG, "Could not bind to Bluetooth Headset Client Service with " + intent); in doBind()
450 Log.e(TAG,"",e); in close()
460 Log.e(TAG,"",re); in close()
[all …]
DBluetoothA2dp.java53 private static final String TAG = "BluetoothA2dp"; field in BluetoothA2dp
180 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
182 if (VDBG) Log.d(TAG, "Unbinding service...");
188 Log.e(TAG, "", re);
196 if (VDBG) Log.d(TAG,"Binding service...");
200 Log.e(TAG,"",re);
221 Log.e(TAG,"",e); in BluetoothA2dp()
234 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent); in doBind()
247 Log.e(TAG,"",e); in close()
258 Log.e(TAG, "", re); in close()
[all …]
DBluetoothGattServer.java43 private static final String TAG = "BluetoothGattServer"; field in BluetoothGattServer
70 if (DBG) Log.d(TAG, "onServerRegistered() - status=" + status
78 Log.e(TAG, "onServerRegistered: mCallback is null");
90 if (DBG) Log.d(TAG, "onServerConnectionState() - status=" + status
97 Log.w(TAG, "Unhandled exception in callback", ex);
107 if (DBG) Log.d(TAG, "onServiceAdded() - handle=" + service.getInstanceId()
138 Log.w(TAG, "Unhandled exception in callback", ex);
149 if (VDBG) Log.d(TAG, "onCharacteristicReadRequest() - handle=" + handle);
154 Log.w(TAG, "onCharacteristicReadRequest() no char for handle " + handle);
161 Log.w(TAG, "Unhandled exception in callback", ex);
[all …]
DBluetoothAvrcpController.java42 private static final String TAG = "BluetoothAvrcpController"; field in BluetoothAvrcpController
90 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
92 if (VDBG) Log.d(TAG,"Unbinding service...");
98 Log.e(TAG,"",re);
105 if (VDBG) Log.d(TAG,"Binding service...");
109 Log.e(TAG,"",re);
130 Log.e(TAG,"",e); in BluetoothAvrcpController()
143 Log.e(TAG, "Could not bind to Bluetooth AVRCP Controller Service with " + intent); in doBind()
156 Log.e(TAG,"",e); in close()
166 Log.e(TAG,"",re); in close()
[all …]
DBluetoothHealth.java59 private static final String TAG = "BluetoothHealth"; field in BluetoothHealth
104 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
106 if (VDBG) Log.d(TAG,"Unbinding service...");
112 Log.e(TAG,"",re);
119 if (VDBG) Log.d(TAG,"Binding service...");
123 Log.e(TAG,"",re);
186 Log.e(TAG, e.toString()); in registerAppConfiguration()
189 Log.w(TAG, "Proxy not attached to service"); in registerAppConfiguration()
190 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in registerAppConfiguration()
211 Log.e(TAG, e.toString()); in unregisterAppConfiguration()
[all …]
DBluetoothDevice.java74 private static final String TAG = "BluetoothDevice"; field in BluetoothDevice
719 if (DBG) Log.d(TAG, "onBrEdrDown: reached BLE ON state");
790 if (DBG) Log.d(TAG, "mAddress: " + mAddress); in getAddress()
807 Log.e(TAG, "BT not enabled. Cannot get Remote Device name"); in getName()
817 Log.e(TAG, "", e); in getName()
833 Log.e(TAG, "BT not enabled. Cannot get Remote Device type"); in getType()
839 Log.e(TAG, "", e); in getType()
854 Log.e(TAG, "BT not enabled. Cannot get Remote Device Alias"); in getAlias()
860 Log.e(TAG, "", e); in getAlias()
878 Log.e(TAG, "BT not enabled. Cannot set Remote Device name"); in setAlias()
[all …]
DBluetoothInputDevice.java46 private static final String TAG = "BluetoothInputDevice"; field in BluetoothInputDevice
222 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
224 if (VDBG) Log.d(TAG,"Unbinding service...");
230 Log.e(TAG,"",re);
237 if (VDBG) Log.d(TAG,"Binding service...");
241 Log.e(TAG,"",re);
263 Log.e(TAG,"",e); in BluetoothInputDevice()
276 Log.e(TAG, "Could not bind to Bluetooth HID Service with " + intent); in doBind()
289 Log.e(TAG,"",e); in close()
299 Log.e(TAG,"",re); in close()
[all …]
DBluetoothPan.java45 private static final String TAG = "BluetoothPan"; field in BluetoothPan
138 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re); in BluetoothPan()
140 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService"); in BluetoothPan()
150 Log.e(TAG, "Could not bind to Bluetooth Pan Service with " + intent); in doBind()
164 Log.w(TAG,"Unable to unregister BluetoothStateChangeCallback",re); in close()
174 Log.e(TAG,"",re); in close()
190 Log.d(TAG, "onBluetoothStateChange on: " + on);
194 if (VDBG) Log.d(TAG, "onBluetoothStateChange calling doBind()");
199 Log.e(TAG,"onBluetoothStateChange: could not bind to PAN service: ", e);
202 Log.e(TAG,"onBluetoothStateChange: could not bind to PAN service: ", e);
[all …]
DBluetoothA2dpSink.java42 private static final String TAG = "BluetoothA2dpSink"; field in BluetoothA2dpSink
134 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
136 if (VDBG) Log.d(TAG,"Unbinding service...");
142 Log.e(TAG,"",re);
149 if (VDBG) Log.d(TAG,"Binding service...");
153 Log.e(TAG,"",re);
173 Log.e(TAG,"",e); in BluetoothA2dpSink()
186 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent); in doBind()
199 Log.e(TAG,"",e); in close()
209 Log.e(TAG,"",re); in close()
[all …]
DBluetoothMap.java38 private static final String TAG = "BluetoothMap"; field in BluetoothMap
61 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
63 if (VDBG) Log.d(TAG,"Unbinding service...");
69 Log.e(TAG,"",re);
76 if (VDBG) Log.d(TAG,"Binding service...");
80 Log.e(TAG,"",re);
91 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object"); in BluetoothMap()
100 Log.e(TAG,"",e); in BluetoothMap()
112 Log.e(TAG, "Could not bind to Bluetooth MAP Service with " + intent); in doBind()
138 Log.e(TAG,"",e); in close()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaMetadataRetrieverTest.java30 private static final String TAG = "MediaMetadataRetrieverTest"; field in MediaMetadataRetrieverTest
35 Log.v(TAG, "testGetEmbeddedPicture starts."); in testGetEmbeddedPicture()
42 Log.v(TAG, "File " + i + ": " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture()
46 … Log.v(TAG, "windows media is not supported and thus we will skip the test for this file"); in testGetEmbeddedPicture()
56 … Log.e(TAG, "Fails to get embedded picture for " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture()
60 Log.e(TAG, "Fails to setDataSource for " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture()
66 Log.v(TAG, "testGetEmbeddedPicture completes."); in testGetEmbeddedPicture()
77 Log.v(TAG, "Thumbnail processing starts"); in testThumbnailCapture()
81 Log.v(TAG, "File " + i + ": " + MediaNames.THUMBNAIL_METADATA_TEST_FILES[i]); in testThumbnailCapture()
85 … Log.v(TAG, "windows media is not supported and thus we will skip the test for this file"); in testThumbnailCapture()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DMediaMetadataTest.java34 private static final String TAG = "MediaMetadataTest"; field in MediaMetadataTest
66 Log.v(TAG, "filePath = "+ meta_data_file[fileIndex][0]); in validateMetatData()
76 Log.v(TAG, "Failed: "+meta_data_file[fileIndex][0] + " " + e.toString()); in validateMetatData()
83 Log.v(TAG, "CD_TRACK_NUMBER : " + value); in validateMetatData()
84 assertEquals(TAG, meta_data_file[fileIndex][meta.CD_TRACK.ordinal()], value); in validateMetatData()
87 Log.v(TAG, "Album : "+ value); in validateMetatData()
88 assertEquals(TAG, meta_data_file[fileIndex][meta.ALBUM.ordinal()], value); in validateMetatData()
91 Log.v(TAG, "Artist : "+ value); in validateMetatData()
92 assertEquals(TAG, meta_data_file[fileIndex][meta.ARTIST.ordinal()], value); in validateMetatData()
95 Log.v(TAG, "Author : "+ value); in validateMetatData()
[all …]
DCodecTest.java54 private static String TAG = "CodecTest"; field in CodecTest
90 Log.v(TAG, e.toString()); in printCpuInfo()
97 Log.v(TAG, "getDuration - " + filePath); in getDuration()
103 Log.v(TAG, e.toString()); in getDuration()
106 Log.v(TAG, "Duration " + duration); in getDuration()
108 Log.v(TAG, "release"); in getDuration()
113 Log.v(TAG, "GetCurrentPosition - " + filePath); in getCurrentPosition()
120 Log.v(TAG, "start playback"); in getCurrentPosition()
129 Log.v(TAG, e.toString()); in getCurrentPosition()
134 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1)); in getCurrentPosition()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java53 private static final String TAG = "WificondControl"; field in WificondControl
79 Log.d(TAG, "Scan result ready event"); in OnScanResultReady()
85 Log.d(TAG, "Scan failed event"); in OnScanFailed()
100 Log.d(TAG, "Pno scan result event"); in OnPnoNetworkFound()
107 Log.d(TAG, "Pno Scan failed event"); in OnPnoScanFailed()
113 Log.d(TAG, "Pno scan over offload started"); in OnPnoScanOverOffloadStarted()
119 Log.d(TAG, "Pno scan over offload failed"); in OnPnoScanOverOffloadFailed()
137 Log.d(TAG, "Setting up driver for client mode"); in setupDriverForClientMode()
140 Log.e(TAG, "Failed to get reference to wificond"); in setupDriverForClientMode()
148 Log.e(TAG, "Failed to get IClientInterface due to remote exception"); in setupDriverForClientMode()
[all …]
DHalDeviceManager.java62 private static final String TAG = "HalDeviceManager"; field in HalDeviceManager
107 Log.w(TAG, "registerStatusListener: duplicate registration ignored"); in registerStatusListener()
248 if (DBG) Log.d(TAG, "getChip: iface(name)=" + name); in getChip()
253 Log.e(TAG, "getChip: no entry for iface(name)=" + name); in getChip()
272 if (DBG) Log.d(TAG, "registerDestroyedListener: iface(name)=" + name); in registerDestroyedListener()
277 Log.e(TAG, "registerDestroyedListener: no entry for iface(name)=" + name); in registerDestroyedListener()
307 if (DBG) Log.d(TAG, "registerInterfaceAvailableForRequestListener: ifaceType=" + ifaceType); in registerInterfaceAvailableForRequestListener()
317 Log.e(TAG, in registerInterfaceAvailableForRequestListener()
332 Log.d(TAG, "unregisterInterfaceAvailableForRequestListener: ifaceType=" + ifaceType); in unregisterInterfaceAvailableForRequestListener()
361 Log.e(TAG, "Error on getName: " + statusString(status)); in getName()
[all …]
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
DBTtraffic.java28 public static final String TAG = "bttraffic"; field in BTtraffic
42 Log.d(TAG, "Unable to close resource.\n"); in safeClose()
57 Log.d(TAG, "unknown action: + " + intent.getAction()); in onStartCommand()
64 Log.d(TAG, "worker thread already active"); in startWorker()
69 Log.d(TAG, "startWorker: addr=" + remoteAddr); in startWorker()
78 Log.d(TAG, "Monitor service started"); in startWorker()
80 Log.d(TAG, "Worker thread started"); in startWorker()
82 Log.d(TAG, "Failed to start service", e); in startWorker()
89 Log.d(TAG, "Start monitor on server"); in startMonitor()
103 Log.d(TAG, "No need to start SvcMonitor on client"); in startMonitor()
[all …]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionService.java33 static final String TAG = "MainInteractionService"; field in MainInteractionService
38 Log.i(TAG, "onAvailabilityChanged(" + status + ")");
44 Log.i(TAG, "onDetected");
49 Log.i(TAG, "onError");
54 Log.i(TAG, "onRecognitionPaused");
59 Log.i(TAG, "onRecognitionResumed");
68 Log.i(TAG, "Creating " + this); in onReady()
69 Log.i(TAG, "Keyphrase enrollment error? " + getKeyphraseEnrollmentInfo().getParseError()); in onReady()
70 Log.i(TAG, "Keyphrase enrollment meta-data: " in onReady()
78 Log.i(TAG, "Hotword availability = " + availability); in hotwordAvailabilityChangeHelper()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java62 private static final String TAG = "SupplicantP2pIfaceHal"; field in SupplicantP2pIfaceHal
85 Log.i(TAG, "IServiceNotification.onRegistration for: " + fqName
89 Log.e(TAG, "initalizing ISupplicantIfaces failed.");
92 Log.i(TAG, "Completed initialization of ISupplicant interfaces.");
99 Log.w(TAG, "IServiceManager died: cookie=" + cookie);
107 Log.w(TAG, "ISupplicant/ISupplicantStaIface died: cookie=" + cookie);
124 Log.wtf(TAG, "Error on linkToDeath on IServiceManager"); in linkToServiceManagerDeath()
130 Log.e(TAG, "IServiceManager.linkToDeath exception", e); in linkToServiceManagerDeath()
142 if (DBG) Log.i(TAG, "Registering ISupplicant service ready callback."); in initialize()
145 Log.i(TAG, "Supplicant HAL already initialized."); in initialize()
[all …]
/frameworks/base/core/java/android/nfc/cardemulation/
DNfcFCardEmulation.java47 static final String TAG = "NfcFCardEmulation"; field in NfcFCardEmulation
70 Log.e(TAG, "NfcAdapter context is null."); in getInstance()
76 Log.e(TAG, "Cannot get PackageManager"); in getInstance()
81 Log.e(TAG, "This device does not support NFC-F card emulation"); in getInstance()
85 Log.e(TAG, "PackageManager query failed."); in getInstance()
95 Log.e(TAG, "This device does not implement the INfcFCardEmulation interface."); in getInstance()
126 Log.e(TAG, "Failed to recover CardEmulationService."); in getSystemCodeForService()
132 Log.e(TAG, "Failed to reach CardEmulationService."); in getSystemCodeForService()
173 Log.e(TAG, "Failed to recover CardEmulationService."); in registerSystemCodeForService()
180 Log.e(TAG, "Failed to reach CardEmulationService."); in registerSystemCodeForService()
[all …]
DCardEmulation.java51 static final String TAG = "CardEmulation"; field in CardEmulation
149 Log.e(TAG, "NfcAdapter context is null."); in getInstance()
155 Log.e(TAG, "Cannot get PackageManager"); in getInstance()
160 Log.e(TAG, "This device does not support card emulation"); in getInstance()
164 Log.e(TAG, "PackageManager query failed."); in getInstance()
174 Log.e(TAG, "This device does not implement the INfcCardEmulation interface."); in getInstance()
209 Log.e(TAG, "Failed to recover CardEmulationService."); in isDefaultServiceForCategory()
216 Log.e(TAG, "Failed to recover CardEmulationService."); in isDefaultServiceForCategory()
240 Log.e(TAG, "Failed to recover CardEmulationService."); in isDefaultServiceForAid()
246 Log.e(TAG, "Failed to reach CardEmulationService."); in isDefaultServiceForAid()
[all …]
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceWrapper.java41 private String TAG = "KeyguardServiceWrapper"; field in KeyguardServiceWrapper
54 Slog.w(TAG , "Remote Exception", e); in verifyUnlock()
63 Slog.w(TAG , "Remote Exception", e); in setOccluded()
72 Slog.w(TAG , "Remote Exception", e); in addStateMonitorCallback()
81 Slog.w(TAG , "Remote Exception", e); in dismiss()
90 Slog.w(TAG , "Remote Exception", e); in onDreamingStarted()
99 Slog.w(TAG , "Remote Exception", e); in onDreamingStopped()
108 Slog.w(TAG , "Remote Exception", e); in onStartedGoingToSleep()
117 Slog.w(TAG , "Remote Exception", e); in onFinishedGoingToSleep()
126 Slog.w(TAG , "Remote Exception", e); in onStartedWakingUp()
[all …]

12345678910>>...103