Searched refs:TAG (Results 176 - 200 of 3250) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/util/
H A DArrayMapTest.java30 private static final String TAG = "ArrayMapTest"; field in class:ArrayMapTest
53 Log.e(TAG, "concurrent modification uncaught, causing indexing failure", e);
56 Log.e(TAG, "concurrent modification uncaught, causing cache corruption", e);
74 Log.e(TAG, "concurrent modification uncaught, causing indexing failure");
77 Log.e(TAG, "concurrent modification uncaught, causing cache corruption");
105 Log.e(TAG, "concurrent modification caught on single thread", e);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateUnitTestTemplate.java42 private static final String TAG = "MediaPlayerStateUnitTestTemplate"; field in class:MediaPlayerStateUnitTestTemplate
63 Log.v(TAG, "handleMessage: received MEDIA_PLAYER_ERROR message");
66 Log.v(TAG, "handleMessage: received unknown message");
87 Log.v(TAG, "runTestOnMethod: wait was interrupted.");
117 Log.v(TAG, "onError has been called.");
119 Log.v(TAG, "notify lock.");
131 Log.v(TAG, "onCompletion has been called.");
145 Log.v(TAG, "initializeMessageLooper: quit.");
156 Log.v(TAG, "call " + mMethodUnderTest + ": started in state " + state);
163 Log.v(TAG, "callMediaPlayerMethodUnderTestInStat
[all...]
H A DCameraOpenTest.java31 private static String TAG = "CameraOpenTest"; field in class:CameraOpenTest
45 Log.i(TAG, "Unable to open camera as HAL1 legacy camera device " + e);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothDiscoverableTimeoutReceiver.java30 private static final String TAG = "BluetoothDiscoverableTimeoutReceiver"; field in class:BluetoothDiscoverableTimeoutReceiver
36 Log.d(TAG, "setDiscoverableAlarm(): alarmTime = " + alarmTime);
48 Log.d(TAG, "setDiscoverableAlarm(): cancel prev alarm");
57 Log.d(TAG, "cancelDiscoverableAlarm(): Enter");
80 Log.d(TAG, "Disable discoverable...");
83 Log.e(TAG, "localBluetoothAdapter is NULL!!");
/frameworks/base/services/backup/java/com/android/server/backup/internal/
H A DRunBackupReceiver.java22 import static com.android.server.backup.BackupManagerService.TAG;
49 Slog.v(TAG, "Init pending at scheduled backup");
56 Slog.e(TAG, "Run init intent cancelled");
65 Slog.v(TAG, "Running a backup pass");
77 Slog.i(TAG, "Backup time but one already running");
80 Slog.w(TAG, "Backup pass but e=" + backupManagerService.isEnabled() + " p="
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DMockPriorityJobService.java28 private static final String TAG = "MockPriorityJobService"; field in class:MockPriorityJobService
33 Log.e(TAG, "Created test service.");
38 Log.i(TAG, "Test job executing: " + params.getJobId());
46 Log.i(TAG, "Test job stop executing: " + params.getJobId());
49 Log.d(TAG, "stop reason: " + String.valueOf(reason));
52 Log.d(TAG, "preempted " + String.valueOf(params.getJobId()));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DApConfigUtil.java32 private static final String TAG = "ApConfigUtil"; field in class:ApConfigUtil
76 Log.e(TAG, "Invalid band: " + apBand);
85 Log.d(TAG, "2GHz allowed channel list not specified");
102 Log.e(TAG, "No available channels on 5GHz band");
129 Log.e(TAG, "5GHz band is not allowed without country code");
140 Log.e(TAG, "Failed to get available channel.");
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DViewUtils.java37 private static final String TAG = "ViewUtils"; field in class:ViewUtils
50 Log.d(TAG, "Could not find method computeFitSystemWindows. Oh well.");
70 Log.d(TAG, "Could not invoke computeFitSystemWindows", e);
90 Log.d(TAG, "Could not find method makeOptionalFitsSystemWindows. Oh well...");
92 Log.d(TAG, "Could not invoke makeOptionalFitsSystemWindows", e);
94 Log.d(TAG, "Could not invoke makeOptionalFitsSystemWindows", e);
/frameworks/support/work/workmanager-firebase/src/main/java/androidx/work/impl/background/firebase/
H A DFirebaseJobService.java40 private static final String TAG = "FirebaseJobService"; field in class:FirebaseJobService
61 Log.e(TAG, "WorkSpec id not found!");
65 Log.d(TAG, String.format("onStartJob for %s", workSpecId));
77 Log.e(TAG, "WorkSpec id not found!");
81 Log.d(TAG, String.format("onStopJob for %s", workSpecId));
95 Log.d(TAG, String.format("%s executed on FirebaseJobDispatcher", workSpecId));
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java80 private static final String TAG = "BluetoothManagerService"; field in class:BluetoothManagerService
269 Slog.e(TAG, "Unable to call getState", e);
275 Slog.d(TAG,
296 Slog.e(TAG, "Unable to call onBrEdrDown", e);
320 Slog.d(TAG, "Bluetooth Adapter name changed to " + newName);
329 Slog.d(TAG, "Bluetooth Adapter address changed to " + newAddress);
334 Slog.e(TAG, "No Bluetooth Adapter address parameter found");
346 Slog.d(TAG,
399 Slog.d(TAG, "Startup: Bluetooth persisted state is ON.");
422 Slog.d(TAG, "Detecte
[all...]
/frameworks/base/core/java/android/os/
H A DBestClock.java36 private static final String TAG = "BestClock"; field in class:BestClock
52 Log.w(TAG, e.toString());
/frameworks/base/core/java/android/service/resolver/
H A DResolverRankerService.java56 private static final String TAG = "ResolverRankerService"; field in class:ResolverRankerService
112 if (DEBUG) Log.d(TAG, "onBind " + intent);
114 if (DEBUG) Log.d(TAG, "bad intent action " + intent.getAction() + "; returning null");
141 Log.e(TAG, "failed to send results: " + e);
155 Log.d(TAG, "predict calls onPredictSharingProbabilities.");
160 Log.e(TAG, "onPredictSharingProbabilities failed; send null results: " + e);
179 Log.d(TAG, "train calls onTranRankingModel");
183 Log.e(TAG, "onTrainRankingModel failed; skip train: " + e);
/frameworks/base/core/java/com/android/internal/app/
H A DDisableCarModeActivity.java28 private static final String TAG = "DisableCarModeActivity"; field in class:DisableCarModeActivity
38 Log.e(TAG, "Failed to disable car mode", e);
/frameworks/base/core/java/com/android/internal/os/
H A DKernelUidCpuTimeReaderBase.java34 private final String TAG = this.getClass().getSimpleName(); field in class:KernelUidCpuTimeReaderBase
45 Slog.d(TAG, "Throttle");
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionController.java53 private static final String TAG = "SuggestionController"; field in class:SuggestionController
108 Log.w(TAG, "mRemote service detached before able to query", e);
111 Log.w(TAG, "Error when calling getSuggestion()", e);
118 Log.w(TAG, "SuggestionController not ready, cannot dismiss " + suggestion.getId());
124 Log.w(TAG, "Error when calling dismissSuggestion()", e);
130 Log.w(TAG, "SuggestionController not ready, cannot launch " + suggestion.getId());
137 Log.w(TAG, "Error when calling launchSuggestion()", e);
157 Log.d(TAG, "Service is connected");
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsSystemUserService.java33 private static final String TAG = "RecentsSystemUserService"; field in class:RecentsSystemUserService
46 Log.d(TAG, "onBind: " + recents);
/frameworks/base/services/core/java/com/android/server/vr/
H A DVr2dDisplay.java35 private final static String TAG = "Vr2dDisplay"; field in class:Vr2dDisplay
137 Log.i(TAG, "isVrMode: " + mIsPersistentVrModeEnabled + ", override: "
143 Log.i(TAG, "Attempting to start virtual display");
179 Log.w(TAG, "Cannot set the surface because the VD is null.");
195 Log.e(TAG, "Could not register VR State listener.", e);
212 Log.i(TAG, "VD setVirtualDisplayProperties: " +
223 Log.i(TAG, "Ignoring Width/Height/Dpi values of " + width + "," + height + ","
226 Log.i(TAG, "Setting width/height/dpi to " + width + "," + height + "," + dpi);
267 Log.i(TAG, "VD id: " + virtualDisplayId);
280 Log.d(TAG, "Reques
[all...]
/frameworks/base/tests/CameraPrewarmTest/src/com/google/android/test/cameraprewarm/
H A DSecureCameraActivity.java34 Log.i(CameraActivity.TAG, "Activity created");
35 Log.i(CameraActivity.TAG, "Source: "
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DMemoryAccessTask.java25 private final static String TAG = "MemoryAccessTask"; field in class:MemoryAccessTask
45 Log.v(TAG, "Processing...:" + result);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
H A DSystemProperties.java27 private static final Log.Tag TAG = new Log.Tag("SysProps"); field in class:SystemProperties
44 Log.e(TAG, "Exception while getting system property: ", e);
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java49 private static final String TAG = DataUsageStatUpdater.class.getSimpleName(); field in class:DataUsageStatUpdater
106 if (Log.isLoggable(TAG, Log.DEBUG)) {
107 Log.d(TAG, "updateWithAddress: " + Arrays.toString(addresses.toArray()));
125 Log.w(TAG, "Cursor for Email.CONTENT_URI became null.");
156 if (Log.isLoggable(TAG, Log.DEBUG)) {
157 Log.d(TAG, "updateWithPhoneNumber: " + Arrays.toString(numbers.toArray()));
175 Log.w(TAG, "Cursor for Phone.CONTENT_URI became null.");
207 if (Log.isLoggable(TAG, Log.DEBUG)) {
208 Log.d(TAG, "Given list for data IDs is null. Ignoring.");
218 if (Log.isLoggable(TAG, Lo
[all...]
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetService.java25 private static final String TAG = "EthernetService"; field in class:EthernetService
35 Log.i(TAG, "Registering service " + Context.ETHERNET_SERVICE);
/frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
H A DLowpanService.java25 private static final String TAG = LowpanService.class.getSimpleName(); field in class:LowpanService
35 Log.i(TAG, "Registering " + ILowpanManager.LOWPAN_SERVICE_NAME);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pService.java31 private static final String TAG = "WifiP2pService"; field in class:WifiP2pService
41 Log.i(TAG, "Registering " + Context.WIFI_P2P_SERVICE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DAsyncEmergencyContactNotifier.java31 private static final String TAG = "AsyncEmergencyContactNotifier"; field in class:AsyncEmergencyContactNotifier
44 Rlog.e(TAG, "Exception notifying emergency contact: " + e);

Completed in 712 milliseconds

1234567891011>>