Searched refs:TAG (Results 151 - 175 of 1718) sorted by relevance

1234567891011>>

/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DManyEditTextActivityNoScrollPanScanTests.java24 public final String TAG = "ManyEditTextActivityNoScrollPanScanTests"; field in class:ManyEditTextActivityNoScrollPanScanTests
H A DManyEditTextActivityScrollPanScanTests.java24 public final String TAG = "ManyEditTextActivityScrollPanScanTests"; field in class:ManyEditTextActivityScrollPanScanTests
H A DManyEditTextActivityScrollResizeTests.java24 public final String TAG = "ManyEditTextActivityScrollResizeTests"; field in class:ManyEditTextActivityScrollResizeTests
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraDeviceInfo.java58 private static final Log.Tag TAG = new Log.Tag("CamDvcInfChar"); field in class:CameraDeviceInfo.Characteristics
138 Log.e(TAG, "Camera is facing unhandled direction");
200 Log.e(TAG, "Provided display orientation is not divisible by 90");
204 Log.e(TAG, "Provided display orientation is outside expected range");
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
H A DAutoFocusStateMachine.java70 private static final String TAG = "AutoFocusStateMachine"; field in class:AutoFocusStateMachine
71 private static final boolean DEBUG_LOGGING = Log.isLoggable(TAG, Log.DEBUG);
72 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
109 Log.w(TAG, "onCaptureCompleted - missing result, skipping AF update");
115 Log.e(TAG, "onCaptureCompleted - missing android.control.afState key, " +
122 Log.e(TAG, "onCaptureCompleted - missing android.control.afMode key, " +
135 Log.w(TAG, "onCaptureCompleted - missing android.control.afState !");
138 Log.w(TAG, "onCaptureCompleted - missing android.control.afMode !");
142 if (DEBUG_LOGGING) Log.d(TAG, "onCaptureCompleted - new AF mode = " + afMode +
150 if (VERBOSE_LOGGING) Log.v(TAG, "onCaptureComplete
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapMessagesListing.java32 private static final String TAG = "BluetoothMapMessagesListing"; field in class:BluetoothMapMessagesListing
65 Log.w(TAG, "Invalid <msg/>");
75 Log.e(TAG, "XML parser error when parsing XML", e);
77 Log.e(TAG, "I/O error when parsing XML", e);
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullVcardEntry.java32 private static final String TAG = "BluetoothPbapRequestPullVcardEntry"; field in class:BluetoothPbapRequestPullVcardEntry
65 Log.v(TAG, "readResponse");
71 Log.v(TAG, "checkResponseCode");
78 Log.v(TAG, "Vcard Entry not found");
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsEcbm.java53 private static final String TAG = "ImsEcbm"; field in class:ImsEcbm
59 if (DBG) Rlog.d(TAG, "ImsEcbm created");
93 if (DBG) Rlog.d(TAG, "enteredECBM ::");
102 if (DBG) Rlog.d(TAG, "exitedECBM ::");
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsStreamMediaSession.java28 private static final String TAG = "ImsStreamMediaSession"; field in class:ImsStreamMediaSession
/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DScrollerCompatTestBase.java36 private final String TAG; field in class:ScrollerCompatTestBase
44 TAG = "ScrollerCompatTest api:" + apiLevel;
58 Log.d(TAG, "testing if target is reached");
73 Log.d(TAG, "testing abort");
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java109 private static final String TAG = "AccountAuthenticator"; field in class:AbstractAccountAuthenticator
130 if (Log.isLoggable(TAG, Log.VERBOSE)) {
131 Log.v(TAG, "addAccount: accountType " + accountType
140 if (Log.isLoggable(TAG, Log.VERBOSE)) {
144 Log.v(TAG, "addAccount: result " + AccountManager.sanitizeResult(result));
157 if (Log.isLoggable(TAG, Log.VERBOSE)) {
158 Log.v(TAG, "confirmCredentials: " + account);
164 if (Log.isLoggable(TAG, Log.VERBOSE)) {
168 Log.v(TAG, "confirmCredentials: result "
183 if (Log.isLoggable(TAG, Lo
[all...]
/frameworks/base/core/java/android/nfc/cardemulation/
H A DHostApduService.java179 static final String TAG = "ApduService"; field in class:HostApduService
245 Log.e(TAG, "Response not sent; service was deactivated.");
256 Log.e("TAG", "Response not sent; RemoteException calling into " +
261 Log.e(TAG, "Received MSG_COMMAND_APDU without data.");
266 Log.e(TAG, "Response not sent; service was deactivated.");
273 Log.e(TAG, "RemoteException calling into NfcService.");
283 Log.e(TAG, "notifyUnhandled not sent; service was deactivated.");
290 Log.e(TAG, "RemoteException calling into NfcService.");
318 Log.e("TAG", "Local messenger has died.");
349 Log.e("TAG", "Loca
[all...]
/frameworks/base/core/java/android/nfc/tech/
H A DBasicTagTechnology.java31 private static final String TAG = "NFC"; field in class:BasicTagTechnology
65 Log.e(TAG, "NFC service dead", e);
88 Log.e(TAG, "NFC service dead", e);
111 Log.e(TAG, "NFC service dead", e);
125 Log.e(TAG, "NFC service dead", e);
137 Log.e(TAG, "NFC service dead", e);
154 Log.e(TAG, "NFC service dead", e);
/frameworks/base/core/java/com/android/server/
H A DNetworkManagementSocketTagger.java32 private static final String TAG = "NetworkManagementSocketTagger"; field in class:NetworkManagementSocketTagger
69 Log.d(TAG, "tagSocket(" + fd.getInt$() + ") with statsTag=0x"
82 Log.i(TAG, "tagSocketFd(" + fd.getInt$() + ", "
92 Log.i(TAG, "untagSocket(" + fd.getInt$() + ")");
104 Log.w(TAG, "untagSocket(" + fd.getInt$() + ") failed with errno " + errno);
118 Log.w(TAG, "setKernelCountSet(" + uid + ", " + counterSet + ") failed with errno "
128 Slog.w(TAG, "problem clearing counters for uid " + uid + " : errno " + errno);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterFactory.java48 private static final String TAG = "FilterFactory"; field in class:FilterFactory
49 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
65 if (mLogVerbose) Log.v(TAG, "Adding filter library " + libraryPath);
68 if (mLogVerbose) Log.v(TAG, "Library already added");
78 if (mLogVerbose) Log.v(TAG, "Adding package " + packageName);
89 if (mLogVerbose) Log.v(TAG, "Looking up class " + className);
95 if (mLogVerbose) Log.v(TAG, "Trying "+packageName + "." + className);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DTonesAutoTest.java31 private static String TAG = "TonesAutoTest"; field in class:TonesAutoTest
35 Log.v(TAG, "DTMF tones test");
59 Log.v(TAG, "Supervisory tones test");
96 Log.v(TAG, "Proprietary tones test");
120 Log.v(TAG, "Simultaneous tones test");
151 Log.v(TAG, "Stress tones test");
173 Log.v(TAG, "All tones tests");
/frameworks/base/services/core/java/com/android/server/
H A DMasterClearReceiver.java35 private static final String TAG = "MasterClear"; field in class:MasterClearReceiver
41 Slog.w(TAG, "Ignoring master clear request -- not from trusted server.");
51 Slog.w(TAG, "!!! FACTORY RESET !!!");
58 Log.wtf(TAG, "Still running after master clear?!");
60 Slog.e(TAG, "Can't perform master clear/factory reset", e);
62 Slog.e(TAG, "Can't perform master clear/factory reset", e);
96 Slog.w(TAG, "Wiping adoptable disks");
H A DSamplingProfilerService.java38 private static final String TAG = "SamplingProfilerService"; field in class:SamplingProfilerService
52 if (LOCAL_LOGV) Slog.v(TAG, "starting SamplingProfilerService!");
76 if (LOCAL_LOGV) Slog.v(TAG, "SamplingProfilerService activated");
81 dropbox.addFile(TAG, file, 0);
82 if (LOCAL_LOGV) Slog.v(TAG, file.getPath() + " added to dropbox");
84 Slog.e(TAG, "Can't add " + file.getPath() + " to dropbox", e);
99 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterFactory.java42 private static final String TAG = "FilterFactory"; field in class:FilterFactory
43 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
59 if (mLogVerbose) Log.v(TAG, "Adding filter library " + libraryPath);
62 if (mLogVerbose) Log.v(TAG, "Library already added");
72 if (mLogVerbose) Log.v(TAG, "Adding package " + packageName);
88 if (mLogVerbose) Log.v(TAG, "Looking up class " + className);
128 if (mLogVerbose) Log.v(TAG, "Trying "+ packageName + "." + name);
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
H A DTestJobService.java54 private static final String TAG = "SyncService"; field in class:TestJobService
59 Log.i(TAG, "Service created");
65 Log.i(TAG, "Service destroyed");
77 Log.e(TAG, "Error passing service object back to activity.");
84 Log.i(TAG, "on start job: " + params.getJobId());
103 Log.i(TAG, "on stop job: " + params.getJobId());
121 Log.d(TAG, "Scheduling job " + job);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxRanker.java40 static final String TAG = "BordeauxRanker"; field in class:BordeauxRanker
61 Log.e(TAG,"Ranker not available.");
88 Log.e(TAG,"Exception: updateClassifier.");
96 Log.e(TAG,"Exception: Ranker is not availible");
113 Log.e(TAG,"Exception: scoring the sample.");
124 Log.e(TAG,"Exception: set prior Weights");
135 Log.e(TAG,"Exception: Setting Parameter");
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java86 private static final String TAG = "BluetoothSocket"; field in class:BluetoothSocket
87 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
88 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
185 if (VDBG) Log.d(TAG, "Creating new BluetoothSocket of type: " + type);
217 if (VDBG) Log.d(TAG, "Creating new Private BluetoothSocket of type: " + s.mType);
237 if (DBG) Log.d(TAG, "socket fd passed by stack fds: " + fds);
239 Log.e(TAG, "socket fd passed from stack failed, fds: " + fds);
365 if (DBG) Log.d(TAG, "connect(), SocketState: " + mSocketState + ", mPfd: " + mPfd);
385 Log.e(TAG, Log.getStackTraceString(new Throwable()));
399 Log.e(TAG, "bindListe
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSecureCameraLaunchManager.java62 private static final String TAG = "SecureCameraLaunchManager"; field in class:SecureCameraLaunchManager
97 if (DEBUG) Log.d(TAG, "onCameraUnavailble(" + cameraId + ")");
103 if (DEBUG) Log.d(TAG, "onCameraAvailable(" + cameraId + ")");
142 Log.w(TAG, "Timeout waiting for camera availability");
173 if (DEBUG) Log.d(TAG, "onSwipingStarted");
192 if (DEBUG) Log.d(TAG, "startSecureCameraLunch");
234 if (DEBUG) Log.d(TAG, "No targets found for secure camera intent");
250 if (DEBUG) Log.d(TAG, "Secure camera intent would launch resolver");
256 if (DEBUG) Log.d(TAG, "No meta-data found for secure camera application");
265 if (DEBUG) Log.d(TAG, "Targe
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskPersister.java62 static final String TAG = "TaskPersister"; field in class:TaskPersister
125 if (DEBUG) Slog.d(TAG, "Creating tasks directory " + sTasksDir);
127 Slog.e(TAG, "Failure creating tasks directory " + sTasksDir);
133 if (DEBUG) Slog.d(TAG, "Creating images directory " + sTasksDir);
135 Slog.e(TAG, "Failure creating images directory " + sImagesDir);
157 if (DEBUG) Slog.d(TAG, "Removing " + ((ImageWriteQueueItem) item).mFilename +
203 if (DEBUG) Slog.d(TAG, "wakeup: task=" + task + " flush=" + flush + " mNextWriteTime="
247 if (DEBUG) Slog.d(TAG, "saveImage: filename=" + filename + " now=" +
281 if (DEBUG) Slog.d(TAG, "saveToXml: task=" + task);
314 Slog.e(TAG, "Could
[all...]
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeBackupActivity.java38 static final String TAG = "HugeBackupActivity"; field in class:HugeBackupActivity
108 Log.v(TAG, "datafile exists");
112 Log.v(TAG, " mayo=" + addMayo
118 Log.v(TAG, "creating default datafile");
144 Log.v(TAG, "New radio item selected: " + checkedId);
154 Log.v(TAG, "Checkbox toggled: " + buttonView);
172 Log.v(TAG, "NEW STATE: mayo=" + addMayo
192 Log.e(TAG, "Unable to record new UI state");
203 Log.v(TAG, "Requesting restore of our most recent data");
208 Log.v(TAG, "Restor
[all...]

Completed in 2993 milliseconds

1234567891011>>