Searched refs:TAG (Results 251 - 275 of 2587) sorted by relevance

<<11121314151617181920>>

/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
H A DTestAction.java33 private static final String TAG = "CAR.TEST"; field in class:TestAction
40 Log.i(TAG, "TestAction doRun " + this + " param:" + param);
44 Log.i(TAG, "TestAction doRun get exception", t);
64 Log.e(TAG, "Action was run, but failed");
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
H A DTestAppBlockingPolicyService.java27 private static final String TAG = TestAppBlockingPolicyService.class.getSimpleName(); field in class:TestAppBlockingPolicyService
37 Log.i(TAG, "controlPolicySettingFromService:" + setPolicy);
46 Log.i(TAG, "getAppBlockingPolicy returning null");
63 Log.i(TAG, "getAppBlockingPolicy, passing policy:" + policy);
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestCallList.java49 private static final String TAG = "TestCallList"; field in class:TestCallList
60 Log.v(TAG,
68 Log.v(TAG,
86 Log.v(TAG,
132 Log.e(TAG, "addCall: Call already added.");
135 Log.i(TAG, "addCall: " + call + " " + System.identityHashCode(this));
146 Log.e(TAG, "removeCall: Call cannot be removed -- doesn't exist.");
149 Log.i(TAG, "removeCall: " + call);
185 Log.v(TAG, "sendUpgradeToVideoRequest : videoState = " + videoState);
189 Log.v(TAG, "sendUpgradeToVideoReques
[all...]
H A DTestInCallServiceBroadcastReceiver.java29 private static final String TAG = "TestInCallServiceBR"; field in class:TestInCallServiceBroadcastReceiver
52 Log.v(TAG, "onReceive: " + action);
61 Log.i(TAG, "onReceive: registered " + intent.getExtras().get(
64 Log.i(TAG, "onReceive: unregistered " + intent.getExtras().get(
/packages/services/Telephony/src/com/android/phone/
H A DFakePhoneActivity.java34 private static final String TAG = "FakePhoneActivity"; field in class:FakePhoneActivity
59 Log.i(TAG, "- PhoneApp.getInstance(): " + PhoneGlobals.getInstance());
60 Log.i(TAG, "- PhoneApp.getPhone(): " + PhoneGlobals.getPhone());
61 Log.i(TAG, "- mRadioControl: " + mRadioControl);
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperChange.java35 private static final String TAG = "CHANGE_LIVE_WALLPAPER"; field in class:LiveWallpaperChange
42 Log.w(TAG, "No LIVE_WALLPAPER_COMPONENT extra supplied");
64 Log.w(TAG, "Bad wallpaper " + ri.serviceInfo, e);
75 Log.w(TAG, "Not a live wallpaper: " + comp);
/packages/apps/Camera2/src/com/android/camera/one/config/
H A DOneCameraFeatureConfigCreator.java36 private static final Log.Tag TAG = new Log.Tag("OneCamFtrCnfgCrtr"); field in class:OneCameraFeatureConfigCreator
45 Log.i(TAG, "CaptureModule? " + useCaptureModule);
67 Log.i(TAG, "Camera support level override: " + override.get().name());
78 Log.e(TAG, "Device does not report supported hardware level.");
121 Log.e(TAG, "Unknown support level: " + supportedLevel);
135 Log.e(TAG, "Camera not facing anywhere.");
149 Log.e(TAG, "Not sure where camera is facing to.");
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DTelecomActivity.java55 private static final String TAG = "TelecomActivity"; field in class:TelecomActivity
84 Log.d(TAG, "onCreate");
102 Log.d(TAG, "onDestroy");
132 Log.d(TAG, "onStart");
154 Log.d(TAG, "handleIntent, intent: " + intent + ", action: " + action);
167 Log.e(TAG, "Unable to answer ringing call. There is none.");
176 Log.e(TAG, "Unable to end ringing call. There is none.");
206 Log.d(TAG, "updateCurrentFragment()");
220 Log.d(TAG, "ongoingCall: " + ongoingCall + ", mCurrentFragment: "
234 Log.d(TAG, "updateCurrentFragmen
[all...]
/packages/apps/Car/Stream/src/com/android/car/stream/
H A DStreamProducer.java34 private static final String TAG = "StreamProducer"; field in class:StreamProducer
64 if (Log.isLoggable(TAG, Log.DEBUG)) {
65 Log.d(TAG, "StreamService not found, adding card to queue for later addition.");
90 if (Log.isLoggable(TAG, Log.DEBUG)) {
91 Log.d(TAG, "StreamService not found, checking if it exists in the queue.");
107 if (Log.isLoggable(TAG, Log.DEBUG)) {
108 Log.d(TAG, "Stream Card dismissed: " + card);
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DPhoneNumberTestService.java48 private static final String TAG = "phonenumber"; field in class:PhoneNumberTestService
63 Log.i(TAG, "Input phone number: " + number);
64 Log.i(TAG, "Input country code: " + country);
65 Log.i(TAG, "Current country code: " + defaultCountry);
81 Log.i(TAG, "Result for: " + number + " / " +country);
90 Log.i(TAG, " formatNumberToE164(" + number + ", " + country
109 Log.i(TAG, " PhoneNumberUtil.format(parse(" + number + ", " + country + "), " + format
/packages/apps/LegacyCamera/src/com/android/camera/
H A DActivityBase.java35 private static final String TAG = "ActivityBase"; field in class:ActivityBase
54 if (LOGV) Log.v(TAG, "onWindowFocusChanged.hasFocus=" + hasFocus
72 if (LOGV) Log.v(TAG, "onResume. hasWindowFocus()=" + hasWindowFocus());
74 if (LOGV) Log.v(TAG, "onResume. mOnResumePending=true");
77 if (LOGV) Log.v(TAG, "onResume. mOnResumePending=false");
85 if (LOGV) Log.v(TAG, "onPause");
138 Log.v(TAG, "kgm.isKeyguardLocked()="+kgm.isKeyguardLocked()
H A DLocationManager.java29 private static final String TAG = "LocationManager"; field in class:LocationManager
59 Log.d(TAG, "No location received yet.");
87 Log.i(TAG, "fail to request location update, ignore", ex);
89 Log.d(TAG, "provider does not exist " + ex.getMessage());
99 Log.i(TAG, "fail to request location update, ignore", ex);
101 Log.d(TAG, "provider does not exist " + ex.getMessage());
103 Log.d(TAG, "startReceivingLocationUpdates");
113 Log.i(TAG, "fail to remove location listners, ignore", ex);
116 Log.d(TAG, "stopReceivingLocationUpdates");
146 Log.d(TAG, "Go
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DDeleteMessageAction.java37 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG; field in class:DeleteMessageAction
72 LogUtil.i(TAG, "DeleteMessageAction: Deleted local message "
75 LogUtil.w(TAG, "DeleteMessageAction: Could not delete local message "
87 LogUtil.i(TAG, "DeleteMessageAction: Deleted telephony message "
90 LogUtil.w(TAG, "DeleteMessageAction: Could not delete message from "
95 LogUtil.i(TAG, "DeleteMessageAction: Local message " + messageId
99 LogUtil.w(TAG, "DeleteMessageAction: Message " + messageId + " no longer exists");
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
H A DWearPackageUtil.java36 private static final String TAG = "WearablePkgInstaller"; field in class:WearPackageUtil
49 Log.e(TAG, "Failed to open.", e);
61 Log.e(TAG, "Failed to open.", e);
92 Log.e(TAG, "Compression was set to " + compressionAlg + ", but could not decode ", e);
108 Log.e(TAG, "Reading from Asset FD or writing to temp file failed ", e);
111 Log.e(TAG, "Could not set permissions on file ", e);
117 Log.e(TAG, "Failed to close the file from FD ", e);
/packages/apps/Settings/src/com/android/settings/backup/
H A DBackupSettingsActivity.java44 private static final String TAG = "BackupSettingsActivity"; field in class:BackupSettingsActivity
56 if (Log.isLoggable(TAG, Log.DEBUG)) {
57 Log.d(TAG,
69 if (Log.isLoggable(TAG, Log.DEBUG)) {
70 Log.d(TAG, "Manufacturer provided backup settings, showing the preference screen");
116 if (Log.isLoggable(TAG, Log.DEBUG)) {
117 Log.d(TAG, "Not a system user, not indexing the screen");
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DRequestIgnoreBatteryOptimizations.java37 static final String TAG = "RequestIgnoreBatteryOptimizations"; field in class:RequestIgnoreBatteryOptimizations
53 Log.w(TAG, "No data supplied for IGNORE_BATTERY_OPTIMIZATION_SETTINGS in: "
60 Log.w(TAG, "No data supplied for IGNORE_BATTERY_OPTIMIZATION_SETTINGS in: "
68 Log.i(TAG, "Not should prompt, already ignoring optimizations: " + mPackageName);
77 Log.w(TAG, "Requested package doesn't exist: " + mPackageName);
85 Log.w(TAG, "Requested package " + mPackageName + " does not hold permission "
108 Log.w(TAG, "Unable to reach IDeviceIdleController", e);
/packages/apps/Settings/src/com/android/settings/location/
H A DLocationSettingsBase.java36 private static final String TAG = "LocationSettingsBase"; field in class:LocationSettingsBase
57 if (Log.isLoggable(TAG, Log.DEBUG)) {
58 Log.d(TAG, "Received location mode change intent: " + intent);
107 if (Log.isLoggable(TAG, Log.INFO)) {
108 Log.i(TAG, "Restricted user, not setting location mode");
127 if (Log.isLoggable(TAG, Log.INFO)) {
128 Log.i(TAG, "Location mode has been changed");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryFactory.java35 private static final String TAG = DictionaryFactory.class.getSimpleName(); field in class:DictionaryFactory
49 Log.e(TAG, "No locale defined for dictionary");
92 Log.e(TAG, "No permission to communicate with the dictionary provider", e);
96 Log.e(TAG, "Can't establish communication with the dictionary provider");
136 Log.e(TAG, "Found the resource but it is compressed. resId=" + resId);
143 Log.e(TAG, "sourceDir is not a file: " + sourceDir);
149 Log.e(TAG, "Could not find the resource");
H A DSystemBroadcastReceiver.java66 private static final String TAG = SystemBroadcastReceiver.class.getSimpleName(); field in class:SystemBroadcastReceiver
72 Log.i(TAG, "Package has been replaced: " + context.getPackageName());
87 Log.i(TAG, "Boot has been completed");
90 Log.i(TAG, "System locale changed");
108 Log.i(TAG, "Killing my process: pid=" + myPid);
115 Log.i(TAG, "Removing the old downloads in progress of the previous keyboard version.");
130 Log.i(TAG, "Removed the download with Id: " + downloadId);
135 Log.e(TAG, "Exception while removing old downloads.");
148 if (Log.isLoggable(TAG, Log.INFO)) {
149 Log.i(TAG, "toggleAppIco
[all...]
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DEpgDataCleanupService.java36 private static final String TAG = "EpgDataCleanupService"; field in class:EpgDataCleanupService
48 Log.d(TAG, "Received intent: " + intent);
85 Log.d(TAG, "Deleted " + deleteCount + " programs"
103 Log.d(TAG, "Deleted " + deleteCount + " watched programs"
122 Log.e(TAG, "Failed to query watched program");
134 Log.e(TAG, "Failed to query watched program");
147 Log.d(TAG, "Deleted " + deleteCount + " of " + totalCount + " watched programs"
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
H A DFakeClusterNavigationActivity.java40 private final static String TAG = FakeClusterNavigationActivity.class.getSimpleName(); field in class:FakeClusterNavigationActivity
49 Log.i(TAG, "onCreate");
65 Log.i(TAG, "Connecting to car api...");
73 Log.i(TAG, "onClusterActivityStateChanged, category: " + category + ", state: " + state);
83 Log.i(TAG, "onCarConnected, car: " + car);
92 Log.i(TAG, "registering callback...");
94 Log.i(TAG, "callback registered");
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/job/
H A DDishService.java29 private static final String TAG = "JobScheduler_DishService"; field in class:DishService
45 Log.d(TAG, "Job done! " + job.getJobId());
58 Log.d(TAG, "cancelled job " + job1);
63 Log.w(TAG, "Unknown message " + msg.what);
70 Log.d(TAG, "onStopJob " + jobParameters);
78 Log.d(TAG, "onStartJob " + jobParameters);
100 Log.d(TAG, "jobId: " + mJobParameter.getJobId() + " totalDish: " + dishTotal
/packages/apps/Camera2/src/com/android/camera/one/v1/
H A DLegacyOneCameraManagerImpl.java36 private static final Tag TAG = new Tag("LegacyHM"); field in class:LegacyOneCameraManagerImpl
65 Log.e(TAG, "Exception while creating CameraDeviceInfo", ex);
135 Log.w(TAG, "WARNING: Computing potentially long running device access!"
140 Log.w(TAG, "Returning camera characteristics for back camera."
146 Log.w(TAG, "WARNING: Computing potentially long running device access!"
151 Log.w(TAG, "Returning camera characteristics for front camera."
156 Log.e(TAG, "BackCamera: " + mFirstBackCameraId + ", " + " ==? " + (mFirstBackCameraId
158 Log.e(TAG, "FrontCamera: " + mFirstFrontCameraId);
159 Log.e(TAG, "No matching camera id for: " + cameraId);
171 Log.e(TAG, "Camer
[all...]
/packages/apps/TV/src/com/android/tv/tuner/source/
H A DTsStreamWriter.java34 private static final String TAG = "TsStreamWriter"; field in class:TsStreamWriter
58 Log.w(TAG, "Fail to get external files dir!");
66 Log.w(TAG, "Error. Fail to create folder!");
96 Log.w(TAG, "Cannot open file: " + filePath, e);
116 Log.w(TAG, "Error on closing file.", e);
137 Log.w(TAG, "Error on writing TS stream.", e);
152 Log.e(TAG, "Error. The folder doesn't exist!");
156 Log.e(TAG, "Error. The current file name is null!");
164 Log.w(TAG, "Failed to delete " + file.getName());
232 Log.e(TAG, fileNam
[all...]
/packages/services/Car/car-lib/src/android/car/cluster/
H A DCarInstrumentClusterManager.java44 private static final String TAG = CarInstrumentClusterManager.class.getSimpleName(); field in class:CarInstrumentClusterManager
93 Log.i(TAG, "registerCallback, category: " + category + ", callback: " + callback);
102 Log.w(TAG, "registerCallback: already registered");
107 Log.i(TAG, "registerCallback: sending activity state...");
113 Log.i(TAG, "registerCallback: registering callback with car service...");
120 Log.i(TAG, "registerCallback: done");
193 Log.i(TAG, "handleMessage, message: " + msg);
205 Log.i(TAG, "handleMessage, callbacks: " + callbacks);
213 Log.e(TAG, "Unexpected message: " + msg.what);
223 Log.i(TAG, "setClusterActivityStat
[all...]

Completed in 687 milliseconds

<<11121314151617181920>>