Searched refs:TAG (Results 301 - 325 of 2103) sorted by relevance

<<11121314151617181920>>

/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
H A DCameraStartUp.java41 private String TAG = "CameraStartUp"; field in class:CameraStartUp
59 Log.v(TAG, "camera startup time: " + startupTime);
61 Log.v(TAG, "Got exception", e);
80 Log.v(TAG, "Video Startup Time = " + startupTime);
83 Log.v(TAG, "video startup time: " + startupTime);
85 Log.v(TAG, "Got exception", e);
132 Log.v(TAG, "totalStartupTime =" + totalStartupTime);
153 Log.v(TAG, "totalStartupTime =" + totalStartupTime);
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DMimeTypeUtil.java27 private static final String TAG = "MimeTypeUtil"; field in class:MimeTypeUtil
45 Log.d(TAG, "Could not determine mime type for Uri " + uri);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
H A DWearPackageUtil.java40 private static final String TAG = "WearablePkgInstaller"; field in class:WearPackageUtil
59 Log.e(TAG, "Failed to open.", e);
71 Log.e(TAG, "Failed to open.", e);
102 Log.e(TAG, "Compression was set to " + compressionAlg + ", but could not decode ", e);
118 Log.e(TAG, "Reading from Asset FD or writing to temp file failed ", e);
121 Log.e(TAG, "Could not set permissions on file ", e);
127 Log.e(TAG, "Failed to close the file from FD ", e);
163 Log.i(TAG, "Sending removeFromPermStore to ShowPermsService " + newIntent
/packages/apps/Settings/src/com/android/settings/
H A DHelpTrampoline.java29 private static final String TAG = "HelpTrampoline"; field in class:HelpTrampoline
46 Log.w(TAG, "Failed to resolve help", e);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDockEventReceiver.java35 private static final String TAG = "DockEventReceiver"; field in class:DockEventReceiver
56 Log.d(TAG, "Action: " + intent.getAction() + " State:" + state + " Device: "
65 if (DEBUG) Log.d(TAG,
81 Log.e(TAG, "Unknown state: " + state);
98 if (DEBUG) Log.d(TAG, "Device is missing");
135 Log.e(TAG, "Can't start DockService");
147 if (DEBUG) Log.d(TAG, "stopSelf id = " + startId);
149 Log.d(TAG, "finishStartingService: stopping service");
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageUnmountReceiver.java28 import static com.android.settings.deviceinfo.StorageSettings.TAG;
40 Log.w(TAG, "Missing volume " + volId);
/packages/apps/Settings/src/com/android/settings/utils/
H A DVoiceSettingsActivity.java34 private static final String TAG = "VoiceSettingsActivity"; field in class:VoiceSettingsActivity
47 Log.v(TAG, "Cannot modify settings without voice interaction");
/packages/apps/TV/common/src/com/android/tv/common/feature/
H A DPackageVersionFeature.java28 private static final String TAG = "PackageVersionFeature"; field in class:PackageVersionFeature
45 if (DEBUG) Log.d(TAG, "Can't find package '" + mPackageName + "'.", e);
/packages/apps/TV/src/com/android/tv/dvr/
H A DBaseDvrDataManager.java41 private final static String TAG = "BaseDvrDataManager"; field in class:BaseDvrDataManager
49 SoftPreconditions.checkFeatureEnabled(context, CommonFeatures.DVR, TAG);
79 if (DEBUG) Log.d(TAG, "notify " + l + "added " + recordedProgram);
90 if (DEBUG) Log.d(TAG, "notify " + l + "changed " + recordedProgram);
101 if (DEBUG) Log.d(TAG, "notify " + l + "removed " + recordedProgram);
112 if (DEBUG) Log.d(TAG, "notify " + l + "added " + scheduledRecording);
124 Log.d(TAG, "notify " + l + "removed " + scheduledRecording);
138 if (DEBUG) Log.d(TAG, "notify " + l + "changed " + scheduledRecording);
/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
H A DTestInputControlConnection.java34 private static final String TAG = "TestInputControlConn"; field in class:TestInputControlConnection
46 Log.w(TAG, "TestInputControl service disconnected unexpectedly.");
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DA2dpDeviceCriteria.java26 public static final String TAG = "aah.A2dpDeviceCriteria"; field in class:A2dpDeviceCriteria
35 Log.d(TAG, "isMatchingDeviceClass : " + majorMinorClass);
H A DBluetoothDevicePickerActivity.java29 public static final String TAG = "BtDevicePickerActivity"; field in class:BluetoothDevicePickerActivity
38 Log.d(TAG, "Bluetooth sharing not supported on this device, ignoring request. Intent = " +
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DRecycleBitmapPool.java35 private static final String TAG = "RecycleBitmapPool"; field in class:RecycleBitmapPool
63 Log.e(TAG, "getAllocationByteCount() failed", e);
65 Log.e(TAG, "getAllocationByteCount() failed", e);
67 Log.e(TAG, "getAllocationByteCount() failed", e);
101 Log.d(TAG, list.size() + " add bitmap " + bitmap.getWidth() + " "
132 Log.d(TAG, "not avaialbe for " + width + "," + height);
144 Log.d(TAG, "reuse " + bitmap.getWidth() + " " + bitmap.getHeight());
149 Log.d(TAG, " we lost SoftReference to bitmap");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DShiftKeyState.java38 Log.d(TAG, mName + ".onOtherKeyPressed: " + toString(oldState) + " > " + this);
45 Log.d(TAG, mName + ".onPressOnShifted: " + toString(oldState) + " > " + this);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryDumpBroadcastReceiver.java25 private static final String TAG = DictionaryDumpBroadcastReceiver.class.getSimpleName(); field in class:DictionaryDumpBroadcastReceiver
43 Log.e(TAG, "Received dictionary dump intent action " +
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DExecutorUtilsTests.java32 private static final String TAG = ExecutorUtilsTests.class.getSimpleName(); field in class:ExecutorUtilsTests
52 Log.d(TAG, "Exception while sleeping.", e);
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
H A DAudioPlayer.java46 private static final String TAG = AudioPlayer.class.getSimpleName(); field in class:AudioPlayer
53 Log.i(TAG, "audio focus change " + focusChange);
110 Log.i(TAG, "no focus");
122 Log.i(TAG, "already playing");
125 Log.i(TAG, "doStart audio");
131 Log.e(TAG, "audio error what " + what + " extra " + extra);
192 Log.i(TAG, "already stopped");
195 Log.i(TAG, "doStop audio");
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestInCallServiceBroadcastReceiver.java28 private static final String TAG = "TestInCallServiceBR"; field in class:TestInCallServiceBroadcastReceiver
51 Log.v(TAG, "onReceive: " + action);
/packages/services/Telephony/src/com/android/phone/
H A DTelephonyDebugService.java33 private static String TAG = "TelephonyDebugService"; field in class:TelephonyDebugService
39 if (DBG) Log.d(TAG, "TelephonyDebugService()");
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
H A DImapSimpleString.java29 private final String TAG = "ImapSimpleString"; field in class:ImapSimpleString
52 VvmLog.e(TAG, "Unsupported encoding: ", e);
/packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
H A DImapHelper.java67 private static final String TAG = "ImapHelper"; field in class:ImapHelper
131 LogUtils.w(TAG, "Could not parse port number");
201 LogUtils.e(TAG, e, "Messaging exception");
235 LogUtils.e(TAG, e, "Messaging Exception");
281 LogUtils.w(TAG, "More than one from addresses found. Using the first one.");
302 LogUtils.d(TAG, "Fetching message structure for " + message.getUid());
344 LogUtils.d(TAG, "Fetching message body for " + message.getUid());
383 LogUtils.e(TAG, e, "Messaging Exception");
402 VvmLog.e(TAG, "changePin: ", ioe);
418 LogUtils.e(TAG, io
[all...]
/packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/
H A DProtocolHelper.java28 private static final String TAG = "ProtocolHelper"; field in class:ProtocolHelper
36 VvmLog.w(TAG, "No destination number for this carrier.");
/packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/
H A DBlockerTask.java29 private static final String TAG = "BlockerTask"; field in class:BlockerTask
53 .v(TAG, task.toString() + "blocked, " + getReadyInMilliSeconds() + "millis remaining");
H A DPostponePolicy.java31 private static final String TAG = "PostponePolicy"; field in class:PostponePolicy
66 VvmLog.d(TAG, "postponing " + mTask);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppLauncherActivity.java65 private static final String TAG = "BluetoothLauncherActivity"; field in class:BluetoothOppLauncherActivity
108 if (V) Log.v(TAG, "Get ACTION_SEND intent: Uri = " + stream + "; mimetype = "
124 if (V) Log.v(TAG, "Get ACTION_SEND intent with Extra_text = "
141 Log.w(TAG,"Error trying to do set text...File not created!");
146 Log.e(TAG, "type is null; or sending file URI is null");
154 if (V) Log.v(TAG, "Get ACTION_SHARE_MULTIPLE intent: uris " + uris + "\n Type= "
169 Log.e(TAG, "type is null; or sending files URIs are null");
176 if (V) Log.v(TAG, "Get ACTION_OPEN intent: Uri = " + uri);
185 Log.w(TAG, "Unsupported action: " + action);
199 if (V) Log.v(TAG, "Prepar
[all...]

Completed in 2788 milliseconds

<<11121314151617181920>>