Searched refs:TAG (Results 201 - 225 of 740) sorted by relevance

1234567891011>>

/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DBigEditTextActivityNonScrollableResizeTests.java27 public final String TAG = "BigEditTextActivityNonScrollableResizeTests"; field in class:BigEditTextActivityNonScrollableResizeTests
H A DBigEditTextActivityScrollablePanScanTests.java27 public final String TAG = "BigEditTextActivityScrollablePanScanTests"; field in class:BigEditTextActivityScrollablePanScanTests
H A DBigEditTextActivityScrollableResizeTests.java27 public final String TAG = "BigEditTextActivityScrollableResizeTests"; field in class:BigEditTextActivityScrollableResizeTests
H A DBottomEditTextActivityPanScanTests.java27 public final String TAG = "BottomEditTextActivityPanScanTests"; field in class:BottomEditTextActivityPanScanTests
H A DBottomEditTextActivityResizeTests.java27 public final String TAG = "BottomEditTextActivityResizeTests"; field in class:BottomEditTextActivityResizeTests
H A DButtonActivityTest.java26 final public String TAG = "ButtonActivityTest"; field in class:ButtonActivityTest
H A DOneEditTextActivityNotSelectedTests.java25 public final String TAG = "OneEditTextActivityNotSelectedTests"; field in class:OneEditTextActivityNotSelectedTests
H A DOneEditTextActivitySelectedTests.java28 public final String TAG = "OneEditTextActivitySelectedTests"; field in class:OneEditTextActivitySelectedTests
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentPagerAdapter.java66 private static final String TAG = "FragmentPagerAdapter"; field in class:FragmentPagerAdapter
96 if (DEBUG) Log.v(TAG, "Attaching item #" + position + ": f=" + fragment);
100 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
117 if (DEBUG) Log.v(TAG, "Detaching item #" + position + ": f=" + object
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentPagerAdapter.java62 private static final String TAG = "FragmentPagerAdapter"; field in class:FragmentPagerAdapter
92 if (DEBUG) Log.v(TAG, "Attaching item #" + position + ": f=" + fragment);
96 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
113 if (DEBUG) Log.v(TAG, "Detaching item #" + position + ": f=" + object
/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java46 private static final String TAG = "AccountChooser"; field in class:ChooseAccountTypeActivity
55 if (Log.isLoggable(TAG, Log.VERBOSE)) {
56 Log.v(TAG, "ChooseAccountTypeActivity.onCreate(savedInstanceState="
119 if (Log.isLoggable(TAG, Log.VERBOSE)) {
120 Log.v(TAG, "ChooseAccountTypeActivity.setResultAndFinish: "
140 if (Log.isLoggable(TAG, Log.WARN)) {
141 Log.w(TAG, "No icon name for account type " + desc.type);
145 if (Log.isLoggable(TAG, Log.WARN)) {
146 Log.w(TAG, "No icon resource for account type " + desc.type);
/frameworks/base/media/java/android/media/
H A DMetadata.java245 private static final String TAG = "media.Metadata"; field in class:Metadata
303 Log.e(TAG, "Record is too short");
319 Log.e(TAG, "Duplicate metadata ID found");
329 Log.e(TAG, "Invalid metadata type " + metadataType);
341 Log.e(TAG, "Ran out of data or error on record " + recCount);
379 Log.e(TAG, "Not enough data " + parcel.dataAvail());
388 Log.e(TAG, "Bad size " + size + " avail " + parcel.dataAvail() + " position " + pin);
396 Log.e(TAG, "Marker missing " + Integer.toHexString(kShouldBeMetaMarker));
526 Log.e(TAG, "Invalid metadata ID " + val);
/frameworks/base/services/java/com/android/server/am/
H A DTransferPipe.java36 static final String TAG = "TransferPipe"; field in class:TransferPipe
133 if (DEBUG) Slog.i(TAG, "read=" + getReadFd() + " write=" + getWriteFd()
144 if (DEBUG) Slog.i(TAG, "TIMEOUT!");
155 if (DEBUG) Slog.i(TAG, "Finished: " + mFailure);
167 if (DEBUG) Slog.i(TAG, "Closing: " + mFds[num]);
187 if (DEBUG) Slog.i(TAG, "Ready to read pipe...");
197 if (DEBUG) Slog.i(TAG, "Got " + size + " bytes");
225 if (DEBUG) Slog.i(TAG, "End of pipe: size=" + size);
227 if (DEBUG) Slog.i(TAG, "Interrupted!");
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DUsimDataDownloadHandler.java36 private static final String TAG = "UsimDataDownloadHandler"; field in class:UsimDataDownloadHandler
70 Log.e(TAG, "startDataDownload failed to send message to start data download.");
125 Log.e(TAG, "startDataDownload() calculated incorrect envelope length, aborting.");
167 Log.d(TAG, "USIM data download succeeded: " + response.toString());
170 Log.e(TAG, "USIM data download failed: Toolkit busy");
174 Log.e(TAG, "USIM data download failed: " + response.toString());
177 Log.e(TAG, "Unexpected SW1/SW2 response from UICC: " + response.toString());
253 Log.e(TAG, "UICC Send Envelope failure, exception: " + ar.exception);
264 Log.e(TAG, "Ignoring unexpected message, what=" + msg.what);
H A DGsmSMSDispatcher.java51 private static final String TAG = "GSM"; field in class:GsmSMSDispatcher
106 Log.d(TAG, "Successfully wrote SMS-PP message to UICC");
109 Log.d(TAG, "Failed to write SMS-PP message to UICC", ar.exception);
163 Log.e(TAG, "dispatchMessage: message is null");
172 Log.d(TAG, "Received short message type 0, Don't display or store it. Send Ack");
185 Log.d(TAG, "Received SMS-PP data download, sending to UICC.");
188 Log.d(TAG, "DATA_DL_VIA_SMS_PP service not available, storing message to UICC.");
201 Log.d(TAG, "Received short message on device which doesn't support "
212 Log.d(TAG, "Received voice mail indicator set SMS shouldStore=" + !handled);
218 Log.d(TAG, "Receive
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java147 static final String TAG = "WindowManager"; field in class:WindowManagerService
274 Log.v(TAG, "Not disabling keyguard since device policy is enforced");
588 Slog.w(TAG, "Unexpected ACTION_DOWN in drag layer");
600 if (DEBUG_DRAG) Slog.d(TAG, "Got UP on move channel; dropping at "
608 if (DEBUG_DRAG) Slog.d(TAG, "Drag cancelled!");
614 if (DEBUG_DRAG) Slog.d(TAG, "Drag ended; tearing down state");
624 Slog.e(TAG, "Exception caught by drag handleMotion", e);
700 Slog.i(TAG, "Enabled StrictMode logging for WMThread's Looper");
742 Slog.i(TAG, "Enabled StrictMode for PolicyThread's Looper");
811 Log.wtf(TAG, "Windo
[all...]
/frameworks/base/core/java/android/server/
H A DBluetoothBondState.java55 private static final String TAG = "BluetoothBondState"; field in class:BluetoothBondState
123 if (DBG) Log.d(TAG, "found " + bonds.length + " bonded devices");
136 if (DBG) Log.d(TAG, "setBondState " + "address" + " " + state + "reason: " + reason);
169 Log.d(TAG, address + " bond state " + oldState + " -> " + state
178 Log.w(TAG, "setBondState() called to unbond device, but reason code is " +
266 if (DBG) Log.d(TAG, "clearPinAttempts: " + address);
293 if (DBG) Log.d(TAG, "attemp newAttempt: " + newAttempt);
360 Log.e(TAG, "FileNotFoundException: copyAutoPairingData " + e);
362 Log.e(TAG, "IOException: copyAutoPairingData " + e);
402 Log.e(TAG, "Erro
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java41 private static final String TAG = "NotificationRowLayout"; field in class:NotificationRowLayout
82 Slog.d(TAG, "view added: " + child + "; new count: " + getChildCount());
86 Slog.d(TAG, "view removed: " + child + "; new count: " + (getChildCount() - 1));
104 if (DEBUG) Log.v(TAG, "onInterceptTouchEvent()");
243 if (DEBUG) Slog.d(TAG, "actually removing child: " + childF);
270 //Slog.d(TAG, "onDraw: canvas height: " + c.getHeight() + "px; measured height: "
301 Slog.d(TAG, String.format("rows went from %d to %d, resizing to %dpx",
340 if (DEBUG) Slog.d(TAG, "onLayout: height=" + height);
357 Slog.w(TAG, "progress=" + progress + " > 1!!! " + child);
363 Slog.d(TAG, Strin
[all...]
/frameworks/base/services/java/com/android/server/
H A DThrottleService.java75 private static final String TAG = "ThrottleService"; field in class:ThrottleService
144 if (VDBG) Slog.v(TAG, "Starting ThrottleService");
323 if (VDBG) Slog.v(TAG, "systemReady");
341 mThread = new HandlerThread(TAG);
350 Slog.e(TAG, "Could not register InterfaceObserver " + e);
413 if (VDBG) Slog.v(TAG, "onRebootRecovery");
481 Slog.d(TAG, "onPolicyChanged testing=" + testing +", period=" +
506 if (VDBG) Slog.d(TAG, "updated trusted time, reseting alarm");
524 Slog.w(TAG, "unable to find stats for iface " + mIface);
536 Slog.e(TAG, "proble
[all...]
/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java61 private static final String TAG = "SyncManager"; field in class:SyncStorageEngine
375 if (Log.isLoggable(TAG, Log.VERBOSE)) {
376 Log.v(TAG, "reportChange " + which + " to: " + reports);
414 Log.d(TAG, "setSyncAutomatically: " + /*account +*/ ", provider " + providerName
419 Log.d(TAG, "setSyncAutomatically: already set to " + sync + ", doing nothing");
461 Log.d(TAG, "setIsSyncable: " + account + ", provider " + providerName + " -> " + syncable);
465 Log.d(TAG, "setIsSyncable: already set to " + syncable + ", doing nothing");
490 if (Log.isLoggable(TAG, Log.VERBOSE)) {
491 Log.v(TAG, "setBackoff: " + account + ", provider " + providerName
535 if (Log.isLoggable(TAG, Lo
[all...]
/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelper.java39 private static final String TAG = "FileBackupHelper"; field in class:FileBackupHelper
95 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
H A DSharedPreferencesBackupHelper.java71 private static final String TAG = "SharedPreferencesBackupHelper"; field in class:SharedPreferencesBackupHelper
123 if (DEBUG) Log.d(TAG, "got entity '" + key + "' size=" + data.size());
/frameworks/base/core/java/android/os/
H A DLatencyTimer.java39 final String TAG = "LatencyTimer"; field in class:LatencyTimer
76 Log.i(TAG, tag + " average = " + totalDelta / mSampleSize);
/frameworks/base/core/java/android/view/
H A DInputChannel.java31 private static final String TAG = "InputChannel"; field in class:InputChannel
89 Slog.d(TAG, "Opening input channel pair '" + name + "'");
/frameworks/base/core/java/android/widget/
H A DToast.java60 static final String TAG = "Toast"; field in class:Toast
349 if (localLOGV) Log.v(TAG, "SHOW: " + this);
357 if (localLOGV) Log.v(TAG, "HIDE: " + this);
362 if (localLOGV) Log.v(TAG, "HANDLE SHOW: " + this + " mView=" + mView
382 if (localLOGV) Log.v(TAG, "REMOVE! " + mView + " in " + this);
385 if (localLOGV) Log.v(TAG, "ADD! " + mView + " in " + this);
408 if (localLOGV) Log.v(TAG, "HANDLE HIDE: " + this + " mView=" + mView);
414 if (localLOGV) Log.v(TAG, "REMOVE! " + mView + " in " + this);

Completed in 432 milliseconds

1234567891011>>