Searched refs:TAG (Results 101 - 125 of 1718) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestActivity.java24 private final static String TAG = "TestActivity"; field in class:TestActivity
32 Log.w(TAG, "****** step " + mCount + " resume");
36 Log.w(TAG, "step " + mCount + " pause");
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetConfigStore.java33 private static final String TAG = "EthernetConfigStore"; field in class:EthernetConfigStore
45 Log.w(TAG, "No Ethernet configuration found. Using default.");
51 Log.w(TAG, "Multiple Ethernet configurations detected. Only reading first one.");
H A DEthernetService.java25 private static final String TAG = "EthernetService"; field in class:EthernetService
35 Log.i(TAG, "Registering service " + Context.ETHERNET_SERVICE);
/frameworks/support/v4/api23/android/support/v4/text/
H A DICUCompatApi23.java27 private static final String TAG = "ICUCompatIcs"; field in class:ICUCompatApi23
48 Log.w(TAG, e);
50 Log.w(TAG, e);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceCategory.java34 private static final String TAG = "PreferenceCategory"; field in class:PreferenceCategory
57 "Cannot add a " + TAG + " directly to a " + TAG);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java94 private static final String TAG = "BluetoothAdapter"; field in class:BluetoothAdapter
506 Log.e(TAG, "Bluetooth binder is null");
522 } catch (RemoteException e) {Log.e(TAG, "", e);}
574 Log.e(TAG, "Bluetooth LE advertising not supported");
612 } catch (RemoteException e) {Log.e(TAG, "", e);}
628 if (DBG) Log.d (TAG, "STATE_ON");
630 if (DBG) Log.d (TAG, "STATE_BLE_ON");
632 if (DBG) Log.d (TAG, "STATE_OFF");
644 Log.e(TAG, "mService is null");
655 Log.e(TAG, "",
[all...]
H A DBluetoothManager.java49 private static final String TAG = "BluetoothManager"; field in class:BluetoothManager
96 if (DBG) Log.d(TAG,"getConnectionState()");
125 if (DBG) Log.d(TAG,"getConnectedDevices");
140 Log.e(TAG,"",e);
170 if (DBG) Log.d(TAG,"getDevicesMatchingConnectionStates");
184 Log.e(TAG,"",e);
233 Log.e(TAG, "Fail to get GATT Server connection");
240 Log.e(TAG,"",e);
/frameworks/base/core/java/android/database/
H A DBulkCursorToCursorAdaptor.java29 private static final String TAG = "BulkCursor"; field in class:BulkCursorToCursorAdaptor
88 Log.e(TAG, "Unable to get window because the remote process is dead");
110 Log.w(TAG, "Remote process exception when deactivating");
123 Log.w(TAG, "Remote process exception when closing");
150 Log.e(TAG, "Unable to requery because the remote process exception " + ex.getMessage());
186 Log.w(TAG, "respond() threw RemoteException, returning an empty bundle.", e);
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTaskDrainer.java54 private static final String TAG = "TaskDrainer"; field in class:TaskDrainer
114 Log.v(TAG + "[" + mName + "]", "taskStarted " + task);
145 Log.v(TAG + "[" + mName + "]", "taskFinished " + task);
167 Log.v(TAG + "[" + mName + "]", "beginDrain started");
176 Log.v(TAG + "[" + mName + "]", "beginDrain ignored");
194 Log.v(TAG + "[" + mName + "]", "onDrained");
H A DCameraServiceBinderDecorator.java33 private static final String TAG = "CameraServiceBinderDecorator"; field in class:CameraServiceBinderDecorator
48 Log.e(TAG, "Unexpected RemoteException from camera service call.", t);
/frameworks/base/core/java/android/net/
H A DDhcpStateMachine.java52 private static final String TAG = "DhcpStateMachine"; field in class:DhcpStateMachine
112 super(TAG);
130 if (DBG) Log.d(TAG, "Sending a DHCP renewal " + this);
190 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
193 Log.e(TAG, "Error! Failed to handle a DHCP renewal on " + mInterfaceName);
197 Log.e(TAG, "Error! unhandled message " + message);
208 if (DBG) Log.d(TAG, getName() + "\n");
210 Log.e(TAG, "Failed to stop Dhcp on " + mInterfaceName);
218 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
245 if (DBG) Log.d(TAG, getNam
[all...]
/frameworks/base/core/java/android/os/
H A DServiceManager.java28 private static final String TAG = "ServiceManager"; field in class:ServiceManager
58 Log.e(TAG, "error in getService", e);
74 Log.e(TAG, "error in addService", e);
91 Log.e(TAG, "error in addService", e);
108 Log.e(TAG, "error in checkService", e);
120 Log.e(TAG, "error in listServices", e);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateUnitTestTemplate.java42 private static final String TAG = "MediaPlayerStateUnitTestTemplate"; field in class:MediaPlayerStateUnitTestTemplate
63 Log.v(TAG, "handleMessage: received MEDIA_PLAYER_ERROR message");
66 Log.v(TAG, "handleMessage: received unknown message");
87 Log.v(TAG, "runTestOnMethod: wait was interrupted.");
117 Log.v(TAG, "onError has been called.");
119 Log.v(TAG, "notify lock.");
131 Log.v(TAG, "onCompletion has been called.");
145 Log.v(TAG, "initializeMessageLooper: quit.");
156 Log.v(TAG, "call " + mMethodUnderTest + ": started in state " + state);
163 Log.v(TAG, "callMediaPlayerMethodUnderTestInStat
[all...]
H A DCameraOpenTest.java31 private static String TAG = "CameraOpenTest"; field in class:CameraOpenTest
45 Log.i(TAG, "Unable to open camera as HAL1 legacy camera device " + e);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothDiscoverableTimeoutReceiver.java30 private static final String TAG = "BluetoothDiscoverableTimeoutReceiver"; field in class:BluetoothDiscoverableTimeoutReceiver
36 Log.d(TAG, "setDiscoverableAlarm(): alarmTime = " + alarmTime);
48 Log.d(TAG, "setDiscoverableAlarm(): cancel prev alarm");
57 Log.d(TAG, "cancelDiscoverableAlarm(): Enter");
78 Log.d(TAG, "Disable discoverable...");
82 Log.e(TAG, "localBluetoothAdapter is NULL!!");
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java32 private static final String TAG = "FileSynthesisRequest"; field in class:FileSynthesisCallback
107 Log.d(TAG, "FileSynthesisRequest.start(" + sampleRateInHz + "," + audioFormat
113 if (DBG) Log.d(TAG, "Request has been aborted.");
117 if (DBG) Log.d(TAG, "Error was raised");
121 Log.e(TAG, "Start called twice");
139 Log.e(TAG, "Failed to write wav header to output file descriptor", ex);
151 Log.d(TAG, "FileSynthesisRequest.audioAvailable(" + buffer + "," + offset
157 if (DBG) Log.d(TAG, "Request has been aborted.");
161 if (DBG) Log.d(TAG, "Error was raised");
165 Log.e(TAG, "Fil
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DDisableCarModeActivity.java28 private static final String TAG = "DisableCarModeActivity"; field in class:DisableCarModeActivity
38 Log.e(TAG, "Failed to disable car mode", e);
/frameworks/base/core/tests/coretests/src/android/os/
H A DTraceTest.java32 private static final String TAG = "TraceTest"; field in class:TraceTest
50 Log.i(TAG, "elapsed millis: " + elapsed);
51 Log.i(TAG, "eMethod calls: " + eMethodCalls
64 Log.i(TAG, "elapsed millis: " + elapsed);
79 Log.i(TAG, "elapsed millis: " + elapsed);
206 Log.i(TAG, "Loading trace_test native library...");
209 Log.i(TAG, "Successfully loaded trace_test native library");
212 Log.w(TAG, "Could not load trace_test native library");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSystemBars.java37 private static final String TAG = "SystemBars"; field in class:SystemBars
49 if (DEBUG) Log.d(TAG, "start");
50 mServiceMonitor = new ServiceMonitor(TAG, DEBUG,
57 if (DEBUG) Log.d(TAG, "onNoService");
63 if (DEBUG) Log.d(TAG, "onServiceStartAttempt mStatusBar="+mStatusBar);
88 if (DEBUG) Log.d(TAG, "createStatusBarFromConfig");
107 if (DEBUG) Log.d(TAG, "started " + mStatusBar.getClass().getSimpleName());
111 Log.w(TAG, msg, t);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNat464Xlat.java44 private static final String TAG = "Nat464Xlat"; field in class:Nat464Xlat
118 Slog.e(TAG, "startClat: already started");
123 Slog.e(TAG, "startClat: Can't start clat with null LinkProperties");
130 Slog.e(TAG, "startClat: Can't register interface observer for clat on " + mNetwork);
136 Slog.e(TAG, "startClat: Can't start clat on null interface");
142 Slog.i(TAG, "Starting clatd on " + mBaseIface);
146 Slog.e(TAG, "Error starting clatd: " + e);
155 Slog.i(TAG, "Stopping clatd");
159 Slog.e(TAG, "Error stopping clatd: " + e);
164 Slog.e(TAG, "clat
[all...]
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicProviderTask.java29 private static final String TAG = "MusicProviderTask"; field in class:MusicProviderTask
56 Log.e(TAG, "::doInBackground:", e);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
H A DSystemProperties.java27 private static final Log.Tag TAG = new Log.Tag("SysProps"); field in class:SystemProperties
44 Log.e(TAG, "Exception while getting system property: ", e);
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java49 private static final String TAG = DataUsageStatUpdater.class.getSimpleName(); field in class:DataUsageStatUpdater
106 if (Log.isLoggable(TAG, Log.DEBUG)) {
107 Log.d(TAG, "updateWithAddress: " + Arrays.toString(addresses.toArray()));
125 Log.w(TAG, "Cursor for Email.CONTENT_URI became null.");
156 if (Log.isLoggable(TAG, Log.DEBUG)) {
157 Log.d(TAG, "updateWithPhoneNumber: " + Arrays.toString(numbers.toArray()));
175 Log.w(TAG, "Cursor for Phone.CONTENT_URI became null.");
207 if (Log.isLoggable(TAG, Log.DEBUG)) {
208 Log.d(TAG, "Given list for data IDs is null. Ignoring.");
218 if (Log.isLoggable(TAG, Lo
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DMotionStatsAggregator.java24 final String TAG = "MotionStatsAggregator"; field in class:MotionStatsAggregator
36 Log.e(TAG, "There is no motion feature called " + featureName);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pService.java25 private static final String TAG = "WifiP2pService"; field in class:WifiP2pService
35 Log.i(TAG, "Registering " + Context.WIFI_P2P_SERVICE);

Completed in 1045 milliseconds

1234567891011>>