HomeSort by relevance Sort by last modified time
    Searched refs:TAG (Results 76 - 100 of 6731) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/location/src/android/location/cts/
GnssNavigationMessageRegistrationTest.java 51 private static final String TAG = "GpsNavMsgRegTest";
88 TAG, MIN_HARDWARE_YEAR_MEASUREMENTS_REQUIRED, isCtsVerifierTest())) {
94 new TestGnssNavigationMessageListener(TAG, EVENTS_COUNT);
107 Log.i(TAG, "Received GPS Navigation Message. Test Pass.");
113 Log.i(TAG, "Did not receive any GPS Navigation Message. Test if device is deep indoor.");
121 Log.i(TAG, "Location received = " + mLocationListener.isLocationReceived());
131 Log.i(TAG, "No Satellites are visible. Device may be Indoor. Skipping Test.");
136 TAG,
  /cts/tests/tests/media/src/android/media/cts/
ResourceManagerTestActivity2.java 26 TAG = "ResourceManagerTestActivity2";
28 Log.d(TAG, "onCreate called.");
  /cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
TestStartActivity.java 29 static final String TAG = "TestStartActivity";
34 Log.i(TAG, " in onCreate");
40 Log.i(TAG, " in onResume");
49 Log.i(TAG, " in onPause");
55 Log.i(TAG, " in onStart");
60 Log.i(TAG, " in onRestart");
64 Log.i(TAG, " in onStop");
70 Log.i(TAG, " in onDestroy");
  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
Utils.java 27 private static final String TAG = "AutoBackupSample";
32 Log.d(TAG, "The external storage is not available.");
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 49 public static final String TAG = "BasicAndroidKeyStoreFragment";
86 Log.d(TAG, "Keys created");
89 Log.w(TAG, "RSA not supported", e);
91 Log.w(TAG, "No such provider: AndroidKeyStore");
93 Log.w(TAG, "Invalid Algorithm Parameter Exception", e);
100 Log.w(TAG, "KeyStore not Initialized", e);
102 Log.w(TAG, "KeyPair not recovered", e);
104 Log.w(TAG, "RSA not supported", e);
106 Log.w(TAG, "Invalid Key", e);
108 Log.w(TAG, "Invalid Signature", e)
    [all...]
  /developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
Utils.java 27 private static final String TAG = "AutoBackupSample";
32 Log.d(TAG, "The external storage is not available.");
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 49 public static final String TAG = "BasicAndroidKeyStoreFragment";
86 Log.d(TAG, "Keys created");
89 Log.w(TAG, "RSA not supported", e);
91 Log.w(TAG, "No such provider: AndroidKeyStore");
93 Log.w(TAG, "Invalid Algorithm Parameter Exception", e);
100 Log.w(TAG, "KeyStore not Initialized", e);
102 Log.w(TAG, "KeyPair not recovered", e);
104 Log.w(TAG, "RSA not supported", e);
106 Log.w(TAG, "Invalid Key", e);
108 Log.w(TAG, "Invalid Signature", e)
    [all...]
  /development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/
Utils.java 27 private static final String TAG = "AutoBackupSample";
32 Log.d(TAG, "The external storage is not available.");
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 49 public static final String TAG = "BasicAndroidKeyStoreFragment";
86 Log.d(TAG, "Keys created");
89 Log.w(TAG, "RSA not supported", e);
91 Log.w(TAG, "No such provider: AndroidKeyStore");
93 Log.w(TAG, "Invalid Algorithm Parameter Exception", e);
100 Log.w(TAG, "KeyStore not Initialized", e);
102 Log.w(TAG, "KeyPair not recovered", e);
104 Log.w(TAG, "RSA not supported", e);
106 Log.w(TAG, "Invalid Key", e);
108 Log.w(TAG, "Invalid Signature", e)
    [all...]
  /frameworks/base/core/java/android/os/
UpdateLock.java 31 private static final String TAG = "UpdateLock";
73 * @param tag An arbitrary string used to identify this lock instance in dump output.
75 public UpdateLock(String tag) {
76 mTag = tag;
85 Log.v(TAG, "setting refcounted=" + isRefCounted + " : " + this);
104 Log.v(TAG, "acquire() : " + this, new RuntimeException("here"));
118 Log.e(TAG, "Unable to contact service to acquire");
129 if (DEBUG) Log.v(TAG, "release() : " + this, new RuntimeException("here"));
142 Log.e(TAG, "Unable to contact service to release");
157 Log.wtf(TAG, "UpdateLock finalized while still held")
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
CameraTestThread.java 30 private static final String TAG = "CameraTestThread";
31 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
43 Log.w(TAG, "Looper thread already started");
50 if (VERBOSE) Log.v(TAG, "start loopRun");
58 if (VERBOSE) Log.v(TAG, "createLooperThread: finished");
62 if (VERBOSE) Log.v(TAG, "start waiting for looper");
74 Log.w(TAG, "Looper thread doesn't start yet");
78 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
  /packages/apps/Dialer/src/com/android/dialer/filterednumber/
BlockedNumbersAutoMigrator.java 35 private static final String TAG = "BlockedNumbersAuto";
68 Log.i(TAG, "Attempting to auto-migrate.");
73 Log.i(TAG, "Not auto-migrating: blocked numbers exist.");
76 Log.i(TAG, "Auto-migrating: no blocked numbers.");
84 Log.d(TAG, "Not attempting auto-migrate: already checked once.");
87 Log.i(TAG, "Updating state as already checked for auto-migrate.");
91 Log.i(TAG, "Not attempting auto-migrate: not available.");
96 Log.i(TAG, "Not attempting auto-migrate: already migrated.");
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraErrorCallback.java 23 private static final String TAG = "CameraErrorCallback";
26 Log.e(TAG, "Got camera error callback. error=" + error);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/tests/
CrashingIconProvider.java 30 private static final String TAG = "QSB." + CrashingIconProvider.class.getSimpleName();
37 Log.i(TAG, "onCreate");
43 if (DBG) Log.d(TAG, "openFile(" + uri + ", " + mode + ")");
49 if (DBG) Log.d(TAG, "delete(" + uri + ", " + selection + ", " + selectionArgs + ")");
55 if (DBG) Log.d(TAG, "getType(" + uri + ")");
61 if (DBG) Log.d(TAG, "insert(" + uri + ", " + values + ")");
68 if (DBG) Log.d(TAG, "query(" + uri + ")");
74 if (DBG) Log.d(TAG, "update(" + uri + ")");
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
WarningDialogActivity.java 29 if (getFragmentManager().findFragmentByTag(WarningDialogFragment.TAG) != null) {
33 dialog.show(getFragmentManager(), WarningDialogFragment.TAG);
  /packages/apps/TV/common/src/com/android/tv/common/
AutoCloseableUtils.java 25 private static final String TAG = "AutoCloseableUtils";
33 Log.e(TAG, "Error closing " + closeable, ex);
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
MigrationUtils.java 25 LogUtils.d(LogUtils.TAG, "migration started");
30 LogUtils.d(LogUtils.TAG, "migration finished");
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTableDreamSettings.java 25 private static final String TAG = "PhotoTableDreamSettings";
26 public static final String PREFS_NAME = PhotoTableDream.TAG;
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CameraThread.java 36 private static final String TAG = "CameraThread";
37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
50 Log.w(TAG, "Looper thread already started");
57 if (VERBOSE) Log.v(TAG, "start loopRun");
65 if (VERBOSE) Log.v(TAG, "createLooperThread: finished");
69 if (VERBOSE) Log.v(TAG, "start waiting for looper");
81 Log.w(TAG, "Looper thread doesn't start yet");
85 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClient.java 41 private static final String TAG = "BluetoothHeadsetClient";
130 * Intent that notifies about the number attached to the last voice tag
218 * corresponding to last voice tag recorded on AG</p>
376 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
378 if (VDBG) Log.d(TAG,"Unbinding service...");
384 Log.e(TAG,"",re);
391 if (VDBG) Log.d(TAG,"Binding service...");
396 Log.e(TAG,"",re);
416 Log.e(TAG,"",e);
429 Log.e(TAG, "Could not bind to Bluetooth Headset Client Service with " + intent)
    [all...]
BluetoothHeadset.java 48 private static final String TAG = "BluetoothHeadset";
276 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
278 if (VDBG) Log.d(TAG,"Unbinding service...");
284 if (VDBG) Log.d(TAG,"Binding service...");
288 Log.e(TAG,"",re);
308 Log.e(TAG,"",e);
320 Log.e(TAG, "Unable to bind HeadsetService", e);
332 Log.e(TAG,"Unable to unbind HeadsetService", e);
352 Log.e(TAG,"",e);
388 Log.e(TAG, Log.getStackTraceString(new Throwable()))
    [all...]
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyForegroundService.java 18 import static com.android.cts.net.hostside.app2.Common.TAG;
41 Log.v(TAG, "MyForegroundService.onStartCommand(): " + intent);
44 Log.d(TAG, "Starting foreground");
50 Log.d(TAG, "Stopping foreground");
54 Log.wtf(TAG, "Invalid flag on intent " + intent);
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionService.java 27 static final String TAG = "MainInteractionService";
39 Log.i(TAG, "onStartCommand received");
47 Log.wtf(TAG, "Can't start session because either intent is null or onReady() "
50 Log.i(TAG, "Yay! about to start session with TestApp");
59 Log.wtf(TAG, "**** Not starting MainInteractionService because" +
  /frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
PacNative.java 24 private static final String TAG = "PacProxy";
48 Log.e(TAG, "Unable to Create v8 Proxy Parser.");
58 Log.e(TAG, "Unable to Destroy v8 Proxy Parser.");
68 Log.e(TAG, "Unable to parse proxy script.");
77 Log.e(TAG, "v8 Proxy request failed.");
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkReceiver.java 25 private static final String TAG = "ImsFrameworkReceiver";
31 Log.d(TAG, "starting service for ACTION_BOOT_COMPLETED");
35 Log.e(TAG, "Can't start service");
38 Log.d(TAG, "received ACTION_SHUTDOWN, shutting down IMS");
41 Log.e(TAG, "Received unknown intent: " + action);

Completed in 595 milliseconds

1 2 34 5 6 7 8 91011>>