HomeSort by relevance Sort by last modified time
    Searched refs:TAG (Results 226 - 250 of 9193) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/fingerprint/
RemovalClient.java 49 Slog.w(TAG, "startRemove with id = " + mFingerId + " failed, result=" + result);
55 Slog.e(TAG, "startRemove failed", e);
63 Slog.w(TAG, "stopRemove: already cancelled!");
68 Slog.w(TAG, "stopRemoval: no fingerprint HAL!");
74 Slog.w(TAG, "stopRemoval failed, result=" + result);
77 if (DEBUG) Slog.w(TAG, "client " + getOwnerString() + " is no longer removing");
79 Slog.e(TAG, "stopRemoval failed", e);
96 Slog.w(TAG, "Failed to notify Removed:", e);
112 if (DEBUG) Slog.w(TAG, "onEnrollResult() called for remove!");
118 if (DEBUG) Slog.w(TAG, "onAuthenticated() called for remove!")
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
ActivityRecognitionProxy.java 36 private static final String TAG = "ActivityRecognitionProxy";
63 TAG,
96 Log.e(TAG, "ServiceWatcher could not start.");
113 Log.e(TAG, "Unable to get interface descriptor.", e);
122 Log.e(TAG, "No watcher found on connection.");
128 Log.d(TAG, "AR HW instance not available, binding will be a no-op.");
134 Log.e(TAG, "Error delivering hardware interface to watcher.", e);
141 Log.e(TAG, "No client found on connection.");
147 Log.e(TAG, "Error delivering hardware interface to client.", e);
150 Log.e(TAG, "Invalid descriptor found on connection: " + descriptor)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityHelper.java 35 private static final String TAG = "WifiConnectivityHelper";
63 Log.d(TAG, "Firmware supported feature set: " + Integer.toHexString(fwFeatureSet));
66 Log.d(TAG, "Firmware roaming is not supported");
73 Log.e(TAG, "Invalid firmware roaming capabilities: max num blacklist bssid="
80 Log.d(TAG, "Firmware roaming supported with capabilities: max num blacklist bssid="
86 Log.e(TAG, "Failed to get firmware roaming capabilities");
109 Log.e(TAG, "getMaxNumBlacklistBssid: Firmware roaming is not supported");
124 Log.e(TAG, "getMaxNumWhitelistSsid: Firmware roaming is not supported");
139 Log.e(TAG, "Firmware roaming is not supported");
144 Log.e(TAG, "Invalid firmware roaming configuration settings")
    [all...]
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyProviderTestable.java 40 private static final String TAG = "TelephonyProviderTestable";
59 Log.d(TAG, "onCreate called: mDbHelper = new InMemoryTelephonyProviderDbHelper()");
72 Log.d(TAG, "getReadableDatabase called");
78 Log.d(TAG, "getWritableDatabase called");
84 Log.d(TAG, "initDatabaseWithDatabaseHelper called; doing nothing");
89 Log.d(TAG, "needApnDbUpdate called; returning false");
95 Log.d(TAG, "getIccRecords called");
116 Log.d(TAG, "InMemoryTelephonyProviderDbHelper creating in-memory database");
122 Log.d(TAG, "InMemoryTelephonyProviderDbHelper onCreate creating the carriers table");
126 Log.d(TAG, "InMemoryTelephonyProviderDbHelper onCreate creating the siminfo table")
    [all...]
  /cts/tests/admin/src/android/admin/cts/
DevicePolicyManagerTest.java 60 private static final String TAG = DevicePolicyManagerTest.class.getSimpleName();
104 Log.w(TAG, "Skipping testGetActiveAdmins");
115 Log.w(TAG, "Skipping testKeyguardDisabledFeatures");
132 Log.w(TAG, "Skipping testRequestRemoteBugreport_failIfNotDeviceOwner");
145 Log.w(TAG, "Skipping testSetSecurityLoggingEnabled_failIfNotDeviceOwner");
158 Log.w(TAG, "Skipping testIsSecurityLoggingEnabled_failIfNotDeviceOwner");
171 Log.w(TAG, "Skipping testRetrieveSecurityLogs_failIfNotDeviceOwner");
184 Log.w(TAG, "Skipping testRetrievePreRebootSecurityLogs_failIfNotDeviceOwner");
197 Log.w(TAG, "Skipping testSetNetworkLoggingEnabled_failIfNotDeviceOwner");
210 Log.w(TAG, "Skipping testIsNetworkLoggingEnabled_failIfNotDeviceOwner")
    [all...]
  /cts/hostsidetests/abioverride/app/src/android/abioverride/app/
AbiOverrideActivity.java 31 private static final String TAG = AbiOverrideActivity.class.getSimpleName();
36 Log.i(TAG, TEST_STRING + Process.is64Bit());
  /cts/hostsidetests/cpptools/app/src/android/cpptools/app/
CppToolsDeviceActivity.java 30 private static final String TAG = CppToolsDeviceActivity.class.getSimpleName();
41 Log.i(TAG, TEST_STRING);
  /cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
TestActivity.java 33 private static final String TAG = "SimpleActivity";
38 Log.i(TAG, "Created for user " + android.os.Process.myUserHandle());
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ManagedProfileActivity.java 26 private static final String TAG = ManagedProfileActivity.class.getName();
34 Log.i(TAG, "Managed profile activity started!");
PrimaryUserActivity.java 27 private static final String TAG = PrimaryUserActivity.class.getName();
35 Log.i(TAG, "Primary user activity started!");
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
NonExportedActivity.java 31 private static final String TAG = "NonExportedActivity";
36 Log.i(TAG, "Created for user " + android.os.Process.myUserHandle());
NonLauncherActivity.java 31 private static final String TAG = "NonLauncherActivity";
36 Log.i(TAG, "Created for user " + android.os.Process.myUserHandle());
  /cts/hostsidetests/devicepolicy/app/SimplePreMApp/src/com/android/cts/launcherapps/simplepremapp/
SimpleActivity.java 31 private static final String TAG = "SimpleActivity";
36 Log.i(TAG, "Created for user " + android.os.Process.myUserHandle());
  /cts/hostsidetests/gputools/apps/src/android/rootlessgpudebug/app/
RootlessGpuDebugDeviceActivity.java 31 private static final String TAG = RootlessGpuDebugDeviceActivity.class.getSimpleName();
38 Log.i(TAG, result);
  /cts/hostsidetests/os/test-apps/ProcfsTestApp/src/android/os/procfs/
ProcfsTest.java 24 private static final String TAG = ProcfsTest.class.getSimpleName();
31 Log.i(TAG, "PID is " + pid);
  /cts/hostsidetests/sample/app/src/android/sample/app/
SampleDeviceActivity.java 30 private static final String TAG = SampleDeviceActivity.class.getSimpleName();
41 Log.i(TAG, TEST_STRING);
  /cts/hostsidetests/usb/SerialTestApp/src/com/android/cts/usb/serialtest/
UsbSerialTest.java 31 private static final String TAG = "CtsUsbSerialTest";
35 Log.e(TAG, Build.getSerial());
  /cts/tests/autofillservice/src/android/autofillservice/cts/
SelfDestructReceiver.java 29 private static final String TAG = "SelfDestructReceiver";
33 Log.i(TAG, "Goodbye, cruel world!");
  /cts/tests/framework/base/activitymanager/app/src/android/server/am/
LaunchBroadcastReceiver.java 26 private static final String TAG = LaunchBroadcastReceiver.class.getSimpleName();
33 Log.e(TAG, "SecurityException launching activity");
  /cts/tests/tests/drm/src/android/drm/cts/
ConfigFactory.java 25 private static final String TAG = "ConfigFactory";
39 Log.e(TAG, "Configuration for " + plugInName + " is not registered.");
  /cts/tests/tests/media/src/android/media/cts/
ResourceManagerTestActivity1.java 28 TAG = "ResourceManagerTestActivity1";
30 Log.d(TAG, "onCreate called.");
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 53 public static final String TAG = "KeyStoreFragment";
90 Log.d(TAG, "Keys created");
93 Log.w(TAG, "RSA not supported", e);
95 Log.w(TAG, "No such provider: AndroidKeyStore");
97 Log.w(TAG, "Invalid Algorithm Parameter Exception", e);
104 Log.w(TAG, "KeyStore not Initialized", e);
106 Log.w(TAG, "KeyPair not recovered", e);
108 Log.w(TAG, "RSA not supported", e);
110 Log.w(TAG, "Invalid Key", e);
112 Log.w(TAG, "Invalid Signature", e)
    [all...]
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 53 public static final String TAG = "KeyStoreFragment";
90 Log.d(TAG, "Keys created");
93 Log.w(TAG, "RSA not supported", e);
95 Log.w(TAG, "No such provider: AndroidKeyStore");
97 Log.w(TAG, "Invalid Algorithm Parameter Exception", e);
104 Log.w(TAG, "KeyStore not Initialized", e);
106 Log.w(TAG, "KeyPair not recovered", e);
108 Log.w(TAG, "RSA not supported", e);
110 Log.w(TAG, "Invalid Key", e);
112 Log.w(TAG, "Invalid Signature", e)
    [all...]
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/
InitializeChannelsReceiver.java 28 private static final String TAG = "InitializeChannelsRcvr";
32 Log.d(TAG, "onReceive(): " + intent);
  /development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutReceiver.java 25 private static final String TAG = "ShortcutReceiver";
29 Log.i(TAG, "Received: " + intent);

Completed in 849 milliseconds

1 2 3 4 5 6 7 8 91011>>