Searched defs:TAG (Results 276 - 300 of 1087) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/java/com/android/server/
H A DUpdateLockService.java38 static final String TAG = "UpdateLockService"; field in class:UpdateLockService
53 Slog.d(TAG, "first acquire; broadcasting convenient=false");
59 Slog.d(TAG, "last release; broadcasting convenient=true");
91 Slog.d(TAG, "acquire(" + token + ") by " + makeTag(tag));
101 Slog.d(TAG, "release(" + token + ')');
/frameworks/base/services/java/com/android/server/am/
H A DNativeCrashListener.java44 static final String TAG = "NativeCrashListener"; field in class:NativeCrashListener
85 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()");
87 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned");
89 Slog.e(TAG, "Unable to report native crash", e);
106 if (DEBUG) Slog.i(TAG, "Starting up");
128 if (MORE_DEBUG) Slog.v(TAG, "Waiting for debuggerd connection");
130 if (MORE_DEBUG) Slog.v(TAG, "Got debuggerd socket " + peerFd);
142 Slog.w(TAG, "Error handling connection", e);
152 Slog.d(TAG, "Exception writing ack: " + e.getMessage());
159 Slog.d(TAG, "Exceptio
[all...]
/frameworks/base/services/java/com/android/server/connectivity/
H A DDataConnectionStats.java37 private static final String TAG = "DataConnectionStats"; field in class:DataConnectionStats
91 if (DEBUG) Log.d(TAG, String.format("Noting data connection for network type %s: %svisible",
96 Log.w(TAG, "Error noting data connection state", e);
/frameworks/base/services/java/com/android/server/location/
H A DLocationBasedCountryDetector.java49 private final static String TAG = "LocationBasedCountryDetector"; field in class:LocationBasedCountryDetector
84 Slog.w(TAG, "Exception occurs when getting country from location");
/frameworks/base/services/java/com/android/server/pm/
H A DSELinuxMMAC.java45 private static final String TAG = "SELinuxMMAC"; field in class:SELinuxMMAC
98 Slog.d(TAG,"Couldn't find install policy " + policyFiles[i].getPath());
104 Slog.d(TAG, "No policy file found. All seinfo values will be null.");
108 Slog.d(TAG, "Using install policy file " + policyFiles[i].getPath());
127 Slog.w(TAG, "<signer> without signature at "
136 Slog.w(TAG, "<signer> with bad signature at "
144 Slog.i(TAG, "<signer> tag: (" + cert + ") assigned seinfo="
153 Slog.i(TAG, "<default> tag assigned seinfo=" + seinfo);
161 Slog.w(TAG, "<package> without name at "
169 Slog.i(TAG, "<packag
[all...]
/frameworks/base/services/java/com/android/server/updates/
H A DSELinuxPolicyInstallReceiver.java39 private static final String TAG = "SELinuxPolicyInstallReceiver"; field in class:SELinuxPolicyInstallReceiver
109 Slog.i(TAG, "Applying SELinux policy");
132 Slog.i(TAG, "Setting enforcing mode");
135 Slog.i(TAG, "Tried to set permissive mode, ignoring");
137 Slog.e(TAG, "Got invalid enforcing mode: " + mode);
148 Slog.e(TAG, "SELinux policy update malformed: ", e);
150 Slog.e(TAG, "Could not update selinux policy: ", e);
152 Slog.e(TAG, "Could not update selinux policy: ", e);
/frameworks/base/services/java/com/android/server/wm/
H A DFocusedStackFrame.java37 private static final String TAG = "FocusedStackFrame"; field in class:FocusedStackFrame
66 if (false && DEBUG_STACK) Slog.i(TAG, "draw: bounds=" + bounds.toShortString() +
103 if (false && DEBUG_STACK) Slog.i(TAG, "positionSurface: bounds=" + bounds.toShortString());
111 if (false && DEBUG_STACK) Slog.i(TAG, "setVisibility: on=" + on +
135 if (false && DEBUG_STACK) Slog.i(TAG, "setBounds: bounds=" + bounds);
H A DKeyguardDisableHandler.java33 private static final String TAG = "KeyguardDisableHandler"; field in class:KeyguardDisableHandler
82 super(handler, TAG);
106 Log.v(TAG, "Not disabling keyguard since device policy is enforced");
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DBroadcastInterceptingContext.java42 private static final String TAG = "WatchingContext"; field in class:BroadcastInterceptingContext
56 if (mFilter.match(getContentResolver(), intent, false, TAG) > 0) {
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageManagerSettingsTests.java47 public static final String TAG = "PackageManagerSettingsTests"; field in class:PackageManagerSettingsTests
58 Log.e(TAG, "Cannot write file " + file.getPath());
/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/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java42 private static final String TAG = "AppCompability"; field in class:AppCompatibility
99 Log.d(TAG, "Launching app " + packageName);
107 Log.d(TAG, "Missing argument, use " + PACKAGE_TO_LAUNCH +
145 Log.d(TAG, "Skipping " + packageName + "; missing launch intent");
204 Log.d(TAG, "Found process " + app.processName);
208 Log.d(TAG, "Failed to find process " + processName + " with package name "
211 Log.w(TAG, "Failed to find package " + packageName);
/frameworks/base/tests/CoreTests/android/core/
H A DHeapTest.java37 private static final String TAG = "HeapTest"; field in class:HeapTest
66 Log.i(TAG, "****** " + numCleared + "/" + i + " cleared ******");
435 //Log.i(TAG, "HeapTest/OomeLarge caught " + oom);
/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...]
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaScene.java47 private static String TAG = "ColladaScene"; field in class:ColladaScene
86 Log.e(TAG, "Could not open collada file");
H A DFloat4Param.java38 private static String TAG = "Float4Param"; field in class:Float4Param
97 Log.e(TAG, "Invalid light index.");
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTouchHandler.java26 private static String TAG = "TouchHandler"; field in class:TouchHandler
/frameworks/base/tests/SerialChat/src/com/android/serialchat/
H A DSerialChat.java39 private static final String TAG = "SerialChat"; field in class:SerialChat
109 Log.d(TAG, "write: " + text);
115 Log.e(TAG, "write failed", e);
120 Log.d(TAG, "onEditorAction " + actionId + " event: " + event);
125 Log.d(TAG, "run");
130 Log.d(TAG, "calling read");
133 Log.d(TAG, "read returned " + ret);
136 Log.e(TAG, "read failed", e);
143 Log.d(TAG, "chat: " + text);
148 Log.d(TAG, "threa
[all...]
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java49 static final String TAG = "BackupTestActivity"; field in class:BackupTestActivity
73 Log.d(TAG, str.toString());
117 Log.d(TAG, str);
200 Log.d(TAG, "Test: " + t.name);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiApConfigStore.java49 private static final String TAG = "WifiApConfigStore"; field in class:WifiApConfigStore
64 super(TAG, target.getLooper());
85 Log.e(TAG, "Unexpected message: " + message);
92 Log.e(TAG, "Failed to handle " + message);
149 Log.e(TAG, "Bad version on hotspot configuration file, set defaults");
189 Log.e(TAG, "Error writing hotspot configuration" + e);
H A DWifiSsid.java43 private static final String TAG = "WifiSsid"; field in class:WifiSsid
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DMusicDemoActivity.java31 private static final String TAG = "MusicDemoActivity"; field in class:MusicDemoActivity
66 Log.v(TAG, "Yay, item " + id + " was selected!");
/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/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxAggregatorManager.java32 static final String TAG = "BordeauxAggregatorManager"; field in class:BordeauxAggregatorManager
41 Log.e(TAG, AggregatorManager_NOTAVAILABLE);
59 Log.e(TAG,"Exception in Getting " + dataName);
70 Log.e(TAG,"Error getting location clusters");
81 Log.e(TAG,"Error getting time of day values");
92 Log.e(TAG,"Error getting day of week values");
103 Log.e(TAG,"Error setting fake location:" + name);
114 Log.e(TAG,"Error setting fake time of day:" + time_of_day);
125 Log.e(TAG,"Error setting fake day of week:" + day_of_week);
136 Log.e(TAG,"Erro
[all...]
H A DBordeauxManagerService.java44 static private final String TAG = "BordeauxMangerService"; field in class:BordeauxManagerService

Completed in 490 milliseconds

<<11121314151617181920>>