HomeSort by relevance Sort by last modified time
    Searched refs:TAG (Results 226 - 250 of 6731) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/media/src/android/media/cts/
ResourceManagerTestActivityBase.java 36 protected String TAG;
46 Log.d(TAG, "onInputBufferAvailable " + codec.toString());
52 Log.d(TAG, "onOutputBufferAvailable " + codec.toString());
57 Log.d(TAG, "onError " + codec.toString() + " errorCode " + e.getErrorCode());
62 Log.d(TAG, "onOutputFormatChanged " + codec.toString());
101 Log.d(TAG, "securePlayback " + securePlayback + " will use " + info.getName());
103 Log.d(TAG, "securePlayback " + securePlayback + " skip " + info.getName());
121 Log.d(TAG, "type is: " + type);
149 Log.d(TAG, "test skipped as there's no supported codec.");
153 Log.d(TAG, "allocateCodecs returned " + mCodecs.size())
    [all...]
WifiStatus.java 39 private static final String TAG = "WifiStatus";
79 Log.d(TAG, "ssid=" + wifiInfo.getSSID());
80 Log.d(TAG, "frequency=" + wifiInfo.getFrequency() + " " + WifiInfo.FREQUENCY_UNITS);
81 Log.d(TAG, "rssi=" + wifiInfo.getRssi() + " dBm");
82 Log.d(TAG, "link speed=" + wifiInfo.getLinkSpeed() + " " + WifiInfo.LINK_SPEED_UNITS);
94 Log.d(TAG, line);
107 Log.e(TAG, "Null or empty server name to ping.");
114 Log.d(TAG, "Try pinging " + server);
138 Log.e(TAG, "ping not run: Unknown Host");
142 Log.e(TAG, "ping not found: IOException")
    [all...]
  /cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
MainInteractionService.java 27 static final String TAG = "MainInteractionService";
40 Log.i(TAG, "onStartCommand received_testcasetype = " +
48 Log.wtf(TAG, "Can't start session because either intent is null or onReady() "
51 Log.i(TAG, "Yay! about to start MainInteractionSession");
56 Log.i(TAG, "xferring_testcasetype = " +
60 Log.wtf(TAG, "**** Not starting MainInteractionService because" +
  /external/selinux/scripts/
make-update 9 TAG=$1
12 DEST=../update-$TAG
23 git tag $PKG-$VERS
33 echo "[http://userspace.selinuxproject.org/releases/$TAG/$ARCHIVE $ARCHIVE]"
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
HalChannelHelper.java 29 private static final String TAG = "HalChannelHelper";
43 if (channels24G == null) Log.e(TAG, "Failed to get channels for 2.4GHz band");
45 if (channels5G == null) Log.e(TAG, "Failed to get channels for 5GHz band");
47 if (channelsDfs == null) Log.e(TAG, "Failed to get channels for 5GHz DFS only band");
49 Log.e(TAG, "Failed to get all channels for band, not updating band channel lists");
53 Log.e(TAG, "Got zero length for all channel lists");
  /frameworks/support/compat/ics/android/support/v4/text/
ICUCompatIcs.java 27 private static final String TAG = "ICUCompatIcs";
46 Log.w(TAG, e);
67 Log.w(TAG, e);
71 Log.w(TAG, e);
85 Log.w(TAG, e);
89 Log.w(TAG, e);
  /packages/apps/Messaging/src/com/android/messaging/util/
Trace.java 25 * To enable, set log.tag.Bugle_Trace (defined by {@link #TAG} to VERBOSE before
28 * tag isn't set, calls to {@link #beginSection(String)} or {@link #endSection()} are no-ops. <p>
35 private static final String TAG = "Bugle_Trace";
48 android.util.Log.isLoggable(TAG, android.util.Log.VERBOSE)) {
67 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
68 LogUtil.v(TAG, "beginSection() " + sectionName);
82 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
83 LogUtil.v(TAG, "endSection()");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutor.java 30 private static final String TAG = "QSB.SingleThreadNamedTaskExecutor";
43 if (DBG) Log.d(TAG, "Cancelling " + mQueue.size() + " tasks: " + mWorker.getName());
68 if (!mClosed) Log.w(TAG, "Worker exited before close");
84 if (DBG) Log.d(TAG, "Running task " + task.getName());
86 if (DBG) Log.d(TAG, "Task " + task.getName() + " complete");
88 Log.e(TAG, "Task " + task.getName() + " failed", ex);
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dpSink.java 41 private static final String TAG = "BluetoothA2dpSink";
133 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
135 if (VDBG) Log.d(TAG,"Unbinding service...");
141 Log.e(TAG,"",re);
148 if (VDBG) Log.d(TAG,"Binding service...");
152 Log.e(TAG,"",re);
172 Log.e(TAG,"",e);
185 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
198 Log.e(TAG,"",e);
208 Log.e(TAG,"",re)
    [all...]
BluetoothMap.java 35 private static final String TAG = "BluetoothMap";
58 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
60 if (VDBG) Log.d(TAG,"Unbinding service...");
66 Log.e(TAG,"",re);
73 if (VDBG) Log.d(TAG,"Binding service...");
77 Log.e(TAG,"",re);
88 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object");
97 Log.e(TAG,"",e);
109 Log.e(TAG, "Could not bind to Bluetooth MAP Service with " + intent);
135 Log.e(TAG,"",e)
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
CardEmulation.java 51 static final String TAG = "CardEmulation";
149 Log.e(TAG, "NfcAdapter context is null.");
155 Log.e(TAG, "Cannot get PackageManager");
160 Log.e(TAG, "This device does not support card emulation");
164 Log.e(TAG, "PackageManager query failed.");
174 Log.e(TAG, "This device does not implement the INfcCardEmulation interface.");
209 Log.e(TAG, "Failed to recover CardEmulationService.");
216 Log.e(TAG, "Failed to recover CardEmulationService.");
240 Log.e(TAG, "Failed to recover CardEmulationService.");
246 Log.e(TAG, "Failed to reach CardEmulationService.")
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppObserver.java 44 private static final String TAG = "BluetoothMapAppObserver";
72 if(V) Log.d(TAG, "getApp(): Looking for " + authoritiesName);
74 if(V) Log.d(TAG, " Comparing: " + app.getProviderAuthority());
76 if(V) Log.d(TAG, " found " + app.mBase_uri_no_account);
80 if(V) Log.d(TAG, " NOT FOUND!");
86 if(D)Log.d(TAG,"handleAccountChanges (packageNameWithProvider: "
113 if(V)Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_RENAMED");
121 if(V)Log.d(TAG, "UPDATE_MAS_INSTANCES_ACCOUNT_ADDED " +
127 if(V)Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED " +
139 if(V)Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED " + removedAcc)
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 45 private static final String TAG = "AsyncRunnerTask";
58 if (mLogVerbose) Log.v(TAG, "Starting background graph processing.");
61 if (mLogVerbose) Log.v(TAG, "Preparing filter graph for processing.");
64 if (mLogVerbose) Log.v(TAG, "Running graph.");
95 if (mLogVerbose) Log.v(TAG, "Done with background graph processing.");
106 if (mLogVerbose) Log.v(TAG, "Starting post-execute.");
115 if (mLogVerbose) Log.v(TAG, "Closing filters.");
124 if (mLogVerbose) Log.v(TAG, "Calling graph done callback.");
127 if (mLogVerbose) Log.v(TAG, "Completed post-execute.");
132 private static final String TAG = "AsyncRunner"
    [all...]
  /frameworks/base/services/core/java/com/android/server/fingerprint/
AuthenticationClient.java 62 Slog.v(TAG, "onAuthenticated(owner=" + getOwnerString()
71 Slog.w(TAG, "Failed to notify Authenticated:", e);
86 Slog.w(TAG, "Forcing lockout (fp driver code should do this!)");
90 Slog.w(TAG, "Failed to notify lockout:", e);
111 Slog.w(TAG, "start authentication: no fingeprintd!");
117 Slog.w(TAG, "startAuthentication failed, result=" + result);
122 if (DEBUG) Slog.w(TAG, "client " + getOwnerString() + " is authenticating...");
124 Slog.e(TAG, "startAuthentication failed", e);
134 Slog.w(TAG, "stopAuthentication: no fingeprintd!");
140 Slog.w(TAG, "stopAuthentication failed, result=" + result)
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsService.java 36 private static final String TAG = "BluetoothMnsService";
62 Log.d(TAG, "Handler: msg: " + msg.what);
75 Log.w(TAG, "Got event for instance which is not registered: "
92 Log.w(TAG, "Socket already created, exiting");
102 Log.e(TAG, "I/O exception when trying to create server socket", e);
107 Log.v(TAG, "waiting to accept connection...");
111 Log.v(TAG, "new incoming connection from "
120 Log.v(TAG, "I/O exception when waiting to accept (aborted?)");
138 Log.v(TAG, "BluetoothMnsService()");
141 Log.v(TAG, "BluetoothMnsService(): allocating callbacks")
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalUtils.java 36 private static final String TAG = "ThermalUtils";
53 Log.w(TAG, "caught UnsatisfiedLinkError in readSysfs");
62 Log.i(TAG, "caught UnsatisfiedLinkError in readSysfsTemp");
71 Log.w(TAG, "caught UnsatisfiedLinkError in writeSysfs");
80 Log.w(TAG, "caught UnsatisfiedLinkError in getThermalZoneIndex");
89 Log.w(TAG, "caught UnsatisfiedLinkError in getThermalZoneIndexContains");
98 Log.w(TAG, "caught UnsatisfiedLinkError in getCoolingDeviceIndex");
107 Log.w(TAG, "caught UnsatisfiedLinkError in getCoolingDeviceIndexContains");
116 Log.w(TAG, "caught UnsatisfiedLinkError in isFileExists");
158 Log.i(TAG, "TjMax temp read failed, Default TjMax value ="
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 50 /** Tag used for debugging/logging */
51 public static final String TAG = "BluetoothOpp";
323 Log.v(TAG, "Dumping HeaderSet " + hs.toString());
326 Log.v(TAG, "COUNT : " + hs.getHeader(HeaderSet.COUNT));
327 Log.v(TAG, "NAME : " + hs.getHeader(HeaderSet.NAME));
328 Log.v(TAG, "TYPE : " + hs.getHeader(HeaderSet.TYPE));
329 Log.v(TAG, "LENGTH : " + hs.getHeader(HeaderSet.LENGTH));
330 Log.v(TAG, "TIME_ISO_8601 : " + hs.getHeader(HeaderSet.TIME_ISO_8601));
331 Log.v(TAG, "TIME_4_BYTE : " + hs.getHeader(HeaderSet.TIME_4_BYTE));
332 Log.v(TAG, "DESCRIPTION : " + hs.getHeader(HeaderSet.DESCRIPTION))
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ObexTestServer.java 18 private static final String TAG = "ObexTestServer";
37 Log.i(TAG,"onConnect()");
44 Log.e(TAG, "Exception in onConnect - aborting...");
54 Log.i(TAG,"onDisconnect()");
62 Log.e(TAG, "Exception in onDisconnect...");
68 Log.i(TAG, "Sending latch close signal...");
71 Log.i(TAG, "Got disconnect with mOperationCounter = " + mOperationIndex);
78 Log.i(TAG,"onPut()");
94 Log.e(TAG, "Exception in onPut - aborting...");
101 Log.i(TAG, "OBEX-HANDLER: operation complete success")
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
NoConfirmationSmsSendService.java 41 private static final String TAG = LogUtil.BUGLE_TAG;
56 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
57 LogUtil.v(TAG, "NoConfirmationSmsSendService onHandleIntent");
62 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
63 LogUtil.v(TAG, "NoConfirmationSmsSendService onHandleIntent wrong action: " +
70 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
71 LogUtil.v(TAG, "Called to send SMS but no extras");
90 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
91 LogUtil.v(TAG, "Both conversationId and recipient(s) cannot be empty");
100 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE))
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/widget/
BaseWidgetProvider.java 29 protected static final String TAG = LogUtil.BUGLE_WIDGET_TAG;
54 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
55 LogUtil.v(TAG, "onReceive intent: " + intent + " for " + this.getClass());
70 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
71 LogUtil.v(TAG, "onReceive notifyAppWidgetViewDataChanged listId: " +
92 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
93 LogUtil.v(TAG, "BaseWidgetProvider.getWidgetSize");
107 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
108 LogUtil.v(TAG, "BaseWidgetProvider.getWidgetSize row: " + rows +
129 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE))
    [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestCallList.java 43 private static final String TAG = "TestCallList";
54 Log.v(TAG,
62 Log.v(TAG,
80 Log.v(TAG,
124 Log.e(TAG, "addCall: Call already added.");
127 Log.i(TAG, "addCall: " + call + " " + System.identityHashCode(this));
138 Log.e(TAG, "removeCall: Call cannot be removed -- doesn't exist.");
141 Log.i(TAG, "removeCall: " + call);
171 Log.v(TAG, "sendUpgradeToVideoRequest : videoState = " + videoState);
175 Log.v(TAG, "sendUpgradeToVideoRequest: checkCall "+call)
    [all...]
  /packages/services/Telephony/src/com/android/phone/
OtaStartupReceiver.java 45 private static final String TAG = "OtaStartupReceiver";
60 Log.v(TAG, "onOtaspChanged: mOtaspMode=" + mOtaspMode);
63 Log.i(TAG, "OTASP is needed - performing CDMA provisioning");
77 Log.v(TAG, "Attempting OtaActivation from handler, mOtaspMode=" + mOtaspMode);
82 if (DBG) Log.d(TAG, "onServiceStateChanged()... new state = " + state);
94 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall after network is available");
110 Log.v(TAG, "onReceive: intent action=" + intent.getAction() +
116 if (DBG) Log.d(TAG, "Not primary user, nothing to do.");
121 if (DBG) Log.d(TAG, "Register our PhoneStateListener");
127 if (DBG) Log.d(TAG, "PhoneStateListener already registered")
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 21 private static final String TAG = "ImageHeaderParser";
154 if (Log.isLoggable(TAG, Log.DEBUG)) {
155 Log.d(TAG, "Unknown segmentId=" + segmentId);
165 if (Log.isLoggable(TAG, Log.DEBUG)) {
166 Log.d(TAG, "Found MARKER_EOI in exif segment");
176 if (Log.isLoggable(TAG, Log.DEBUG)) {
177 Log.d(TAG, "Unable to skip enough data for type=" + segmentType);
185 if (Log.isLoggable(TAG, Log.DEBUG)) {
186 Log.d(TAG, "Unable to read segment data for type=" + segmentType + " length=" + segmentLength);
206 if (Log.isLoggable(TAG, Log.DEBUG))
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepServer.java 35 private static final String TAG = "SnepServer";
102 super(TAG);
109 if (DBG) Log.d(TAG, "starting connection thread");
126 if (DBG) Log.e(TAG, "Closing from IOException");
129 if (DBG) Log.d(TAG, "about to close");
136 if (DBG) Log.d(TAG, "finished connection thread");
145 if (DBG) Log.w(TAG, "Bad snep message", e);
162 if (DBG) Log.d(TAG, "putting message " + request.toString());
165 if (DBG) Log.d(TAG, "Unknown request (" + request.getField() +")");
185 if (DBG) Log.d(TAG, "about create LLCP service socket")
    [all...]
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 40 private static final String TAG = "BadBehaviorActivity";
56 Log.i(TAG, "in broadcast receiver -- about to hang");
57 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
58 Log.i(TAG, "broadcast receiver hang finished -- returning");
70 Log.i(TAG, "in service start -- about to hang");
71 try { Thread.sleep(30000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
72 Log.i(TAG, "service hang finished -- stopping and returning");
87 Log.e(TAG, "Can't call IActivityManager.setActivityController", e);
91 Log.i(TAG, "in activity controller -- about to hang");
92 try { Thread.sleep(mDelay); } catch (InterruptedException e) { Log.wtf(TAG, e);
    [all...]

Completed in 1670 milliseconds

1 2 3 4 5 6 7 8 91011>>