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

1234567891011>>

/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DTestContext.java26 private final String TAG = this.getClass().getSimpleName(); field in class:TestContext
47 Log.d(TAG, "return mocked system service for " + name);
50 Log.d(TAG, "return real system service for " + name);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionLoader.java30 private static final String TAG = "SuggestionLoader"; field in class:SuggestionLoader
48 Log.d(TAG, "data is null");
50 Log.d(TAG, "data size " + data.size());
/frameworks/base/packages/Shell/src/com/android/shell/
H A DScreenshooter.java35 private static final String TAG = "Screenshooter"; field in class:Screenshooter
52 Log.d(TAG, "Taking screenshot of dimensions " + displayWidth + " x " + displayHeight);
57 Log.e(TAG, "Failed to take screenshot of dimensions " + displayWidth + " x "
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRotationWatcher.java26 private static final String TAG = "RotationWatcher"; field in class:RotationWatcher
54 Log.w(TAG, "Failed to set rotation watcher", e);
65 Log.w(TAG, "Failed to remove rotation watcher", e);
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
H A DConvert.java27 private static final String TAG = "BroadcastRadioService.Convert"; field in class:Convert
41 Slog.v(TAG, "map is null, returning zero-elements array");
56 Slog.v(TAG, "converted " + i + " element(s)");
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DEnrollClient.java50 Slog.w(TAG, "groupId != getGroupId(), groupId: " + groupId +
74 Slog.w(TAG, "Failed to notify EnrollResult:", e);
83 Slog.w(TAG, "enroll: no fingerprint HAL!");
90 Slog.w(TAG, "startEnroll failed, result=" + result);
96 Slog.e(TAG, "startEnroll failed", e);
104 Slog.w(TAG, "stopEnroll: already cancelled!");
109 Slog.w(TAG, "stopEnrollment: no fingerprint HAL!");
115 Slog.w(TAG, "startEnrollCancel failed, result = " + result);
119 Slog.e(TAG, "stopEnrollment failed", e);
130 if (DEBUG) Slog.w(TAG, "onRemove
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DSplashScreenSurface.java38 private static final String TAG = PhoneWindowManager.TAG; field in class:SplashScreenSurface
49 if (DEBUG_SPLASH_SCREEN) Slog.v(TAG, "Removing splash screen window for " + mAppToken + ": "
/frameworks/base/services/tests/servicestests/test-apps/JobTestApp/src/com/android/servicestests/apps/jobtestapp/
H A DTestJobService.java27 private static final String TAG = TestJobService.class.getSimpleName(); field in class:TestJobService
35 Log.i(TAG, "Test job executing: " + params.getJobId());
44 Log.i(TAG, "Test job stopped executing: " + params.getJobId());
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsMultiEndpointImplBase.java41 private static final String TAG = "MultiEndpointImplBase"; field in class:ImsMultiEndpointImplBase
67 Log.d(TAG, "ims external call state update triggered.");
82 Log.d(TAG, "requestImsExternalCallStateInfo() not implemented");
/frameworks/base/wifi/java/android/net/wifi/aware/
H A DDiscoverySession.java46 private static final String TAG = "DiscoverySession"; field in class:DiscoverySession
78 Log.v(TAG, "New discovery session created: manager=" + manager + ", clientId="
104 Log.w(TAG, "destroy: called post GC on WifiAwareManager");
121 Log.w(TAG, "terminate: already terminated.");
210 Log.w(TAG, "sendMessage: called on terminated session");
216 Log.w(TAG, "sendMessage: called post GC on WifiAwareManager");
289 Log.w(TAG, "createNetworkSpecifierOpen: called on terminated session");
295 Log.w(TAG, "createNetworkSpecifierOpen: called post GC on WifiAwareManager");
346 Log.w(TAG, "createNetworkSpecifierPassphrase: called on terminated session");
352 Log.w(TAG, "createNetworkSpecifierPassphras
[all...]
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestActivity.java24 private final static String TAG = "TestActivity"; field in class:TestActivity
32 Log.w(TAG, "****** step " + mCount + " resume");
36 Log.w(TAG, "step " + mCount + " pause");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiService.java27 private static final String TAG = "WifiService"; field in class:WifiService
32 mImpl = new WifiServiceImpl(context, new WifiInjector(context), new WifiAsyncChannel(TAG));
37 Log.i(TAG, "Registering " + Context.WIFI_SERVICE);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DOsuNetworkConnection.java39 private static final String TAG = "OsuNetworkConnection"; field in class:OsuNetworkConnection
137 Log.v(TAG, "No connection to tear down");
169 Log.v(TAG, "Connect called twice");
174 Log.w(TAG, "Wifi is not enabled");
183 Log.w(TAG, "OSEN not supported");
188 Log.e(TAG, "Unable to add network");
197 Log.e(TAG, "Unable to enable network " + mNetworkId);
202 Log.v(TAG, "Current network ID " + mNetworkId);
219 Log.v(TAG, "onLinkPropertiesChanged for network=" + network
234 Log.v(TAG, "onUnvailabl
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DErrorFragment.java24 private static final String TAG = "leanback.ErrorFragment"; field in class:ErrorFragment
29 Log.i(TAG, "onCreate");
43 Log.i(TAG, "button clicked");
H A DErrorSupportFragment.java27 private static final String TAG = "leanback.ErrorSupportFragment"; field in class:ErrorSupportFragment
32 Log.i(TAG, "onCreate");
46 Log.i(TAG, "button clicked");
/frameworks/support/media/src/androidTest/java/androidx/media/
H A DMediaStubActivity.java27 private static final String TAG = "MediaStubActivity"; field in class:MediaStubActivity
45 Log.i(TAG, "onResume");
51 Log.i(TAG, "onPause");
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
H A DVideoSurfaceView.java36 private static final String TAG = "VideoSurfaceView"; field in class:VideoSurfaceView
37 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
56 Log.d(TAG, "assignSurfaceToMediaPlayer(): mSurface: " + mSurface);
108 Log.d(TAG, "surfaceCreated: mSurface: " + mSurface + ", new : " + holder.getSurface());
143 Log.d(TAG, "onMeasure(" + MeasureSpec.toString(widthMeasureSpec) + ", "
145 Log.i(TAG, " measuredSize: " + getMeasuredWidth() + "/" + getMeasuredHeight());
146 Log.i(TAG, " viewSize: " + getWidth() + "/" + getHeight());
147 Log.i(TAG, " mVideoWidth/height: " + videoWidth + ", " + videoHeight);
164 Log.d(TAG, "image too wide, correcting. width: " + width);
169 Log.d(TAG, "imag
[all...]
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
H A DVideoSurfaceViewWithMp1.java35 private static final String TAG = "VideoSurfaceViewWithMp1"; field in class:VideoSurfaceViewWithMp1
36 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
55 Log.d(TAG, "assignSurfaceToMediaPlayer(): mSurfaceHolder: " + mSurfaceHolder);
107 Log.d(TAG, "surfaceCreated: mSurfaceHolder: " + mSurfaceHolder + ", new holder: " + holder);
142 Log.d(TAG, "onMeasure(" + MeasureSpec.toString(widthMeasureSpec) + ", "
144 Log.i(TAG, " measuredSize: " + getMeasuredWidth() + "/" + getMeasuredHeight());
145 Log.i(TAG, " viewSize: " + getWidth() + "/" + getHeight());
146 Log.i(TAG, " mVideoWidth/height: " + videoWidth + ", " + videoHeight);
163 Log.d(TAG, "image too wide, correcting. width: " + width);
168 Log.d(TAG, "imag
[all...]
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DErrorFragment.java24 private static final String TAG = "leanback.ErrorFragment"; field in class:ErrorFragment
29 Log.i(TAG, "onCreate");
43 Log.i(TAG, "button clicked");
H A DErrorSupportFragment.java27 private static final String TAG = "leanback.ErrorSupportFragment"; field in class:ErrorSupportFragment
32 Log.i(TAG, "onCreate");
46 Log.i(TAG, "button clicked");
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DResourcesFlusher.java31 private static final String TAG = "ResourcesFlusher"; field in class:ResourcesFlusher
63 Log.e(TAG, "Could not retrieve Resources#mDrawableCache field", e);
72 Log.e(TAG, "Could not retrieve value from Resources#mDrawableCache", e);
89 Log.e(TAG, "Could not retrieve Resources#mDrawableCache field", e);
99 Log.e(TAG, "Could not retrieve value from Resources#mDrawableCache", e);
118 Log.e(TAG, "Could not retrieve Resources#mResourcesImpl field", e);
132 Log.e(TAG, "Could not retrieve value from Resources#mResourcesImpl", e);
145 Log.e(TAG, "Could not retrieve ResourcesImpl#mDrawableCache field", e);
155 Log.e(TAG, "Could not retrieve value from ResourcesImpl#mDrawableCache", e);
168 Log.e(TAG, "Coul
[all...]
/frameworks/base/core/java/android/database/
H A DBulkCursorToCursorAdaptor.java29 private static final String TAG = "BulkCursor"; field in class:BulkCursorToCursorAdaptor
88 Log.e(TAG, "Unable to get window because the remote process is dead");
110 Log.w(TAG, "Remote process exception when deactivating");
123 Log.w(TAG, "Remote process exception when closing");
150 Log.e(TAG, "Unable to requery because the remote process exception " + ex.getMessage());
186 Log.w(TAG, "respond() threw RemoteException, returning an empty bundle.", e);
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTaskDrainer.java55 private static final String TAG = "TaskDrainer"; field in class:TaskDrainer
119 Log.v(TAG + "[" + mName + "]", "taskStarted " + task);
153 Log.v(TAG + "[" + mName + "]", "taskFinished " + task);
179 Log.v(TAG + "[" + mName + "]", "beginDrain started");
188 Log.v(TAG + "[" + mName + "]", "beginDrain ignored");
204 Log.v(TAG + "[" + mName + "]", "onDrained");
/frameworks/base/core/java/android/service/autofill/
H A DDateValueSanitizer.java45 private static final String TAG = "DateValueSanitizer"; field in class:DateValueSanitizer
64 Log.w(TAG, "sanitize() called with null value");
68 if (sDebug) Log.d(TAG, value + " is not a date");
77 if (sDebug) Log.d(TAG, "Transformed " + date + " to " + converted);
80 if (sDebug) Log.d(TAG, "Sanitized to " + sanitized);
83 Log.w(TAG, "Could not apply " + mDateFormat + " to " + value + ": " + e);
/frameworks/base/core/java/com/android/internal/os/
H A DMemoryPowerCalculator.java9 public static final String TAG = "MemoryPowerCalculator"; field in class:MemoryPowerCalculator
19 Log.d(TAG, "Problem with PowerProfile. Received 0 value in MemoryPowerCalculator");
39 Log.d(TAG, "Calculating mAh for bucket " + timers.keyAt(i) + " while unplugged");
40 Log.d(TAG, "Converted power profile number from "
42 Log.d(TAG, "Calculated mAm " + mAm);
50 Log.d(TAG, String.format("Calculated total mAh for memory %f while unplugged %d ",

Completed in 641 milliseconds

1234567891011>>