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

<<11121314151617181920>>

  /frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
CameraTooActivity.java 62 /** Tag to distinguish log prints. */
63 static final String TAG = "CameraToo";
103 Log.e(TAG, "Couldn't find any suitable preview size");
172 Log.e(TAG, "Background worker thread was interrupted while joined", ex);
194 Log.e(TAG, "Failed to file actual capture request", ex);
197 Log.e(TAG, "Failed to build actual capture request", ex);
200 Log.e(TAG, "User attempted to perform a capture outside our session");
219 Log.i(TAG, "Surface created");
226 Log.i(TAG, "Surface destroyed");
242 Log.i(TAG, "Found a back-facing camera")
    [all...]
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
MediaRecorderCameraActivity.java 38 private static final String TAG = "MediaRecorderCameraActivity";
55 Log.i(TAG, "onCreate called.");
68 Log.i(TAG, "onResume called.");
83 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG +
85 Log.e(TAG, "Runtime error: " + e);
91 Log.i(TAG, "onPause called.");
97 Log.i(TAG, "onDestroy called.");
132 TAG + " camera connected");
134 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG +
136 Log.e(TAG, "Runtime error: " + e)
    [all...]
  /cts/tests/core/runner/src/com/android/cts/core/runner/
TestClassFinder.java 39 private static final String TAG = "TestClassFinder";
53 Log.d(TAG, "getClasses: =======================================");
56 Log.d(TAG, "getClasses: -------------------------------");
57 Log.d(TAG, "getClasses: APK " + apkPath);
65 Log.d(TAG, "getClasses: DexClass element " + apkClassName);
78 Log.d(TAG, "getClasses: -------------------------------");
109 Log.d(TAG, "getClasses: Loaded " + className);
112 Log.d(TAG, "getClasses: Failed to load class " + className);
117 Log.e(CoreTestRunner.TAG, "Failed to scan classes", e);
122 Log.d(TAG, "getClasses: =======================================")
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ReadableFileReceiverActivity.java 36 private static final String TAG = ReadableUriExtraToClipDataTest.TAG;
59 Log.e(TAG, "Intent.FLAG_GRANT_READ_URI_PERMISSION was not granted.");
65 Log.e(TAG, "Could not get files from clipdata.");
70 Log.e(TAG, "File contents of " + file.getPath()
82 Log.e(TAG, "ClipData missing.");
86 Log.e(TAG, "Uri missing in ClipData.");
94 Log.e(TAG, "Uri missing in ClipData.");
100 Log.e(TAG, "Cannot get file at Uri.");
114 Log.e(TAG, "Error while reading file " + file.getPath() + ".")
    [all...]
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 28 public static final String TAG = "GestureListener";
34 Log.i(TAG, "Single Tap Up" + getTouchType(e));
42 Log.i(TAG, "Long Press" + getTouchType(e));
49 Log.i(TAG, "Scroll" + getTouchType(e1));
57 Log.i(TAG, "Fling" + getTouchType(e1));
64 Log.i(TAG, "Show Press" + getTouchType(e));
70 Log.i(TAG, "Down" + getTouchType(e));
77 Log.i(TAG, "Double tap" + getTouchType(e));
86 Log.i(TAG, "Event within double tap" + getTouchType(e));
94 Log.i(TAG, "Single tap confirmed" + getTouchType(e))
    [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 28 public static final String TAG = "GestureListener";
34 Log.i(TAG, "Single Tap Up" + getTouchType(e));
42 Log.i(TAG, "Long Press" + getTouchType(e));
49 Log.i(TAG, "Scroll" + getTouchType(e1));
57 Log.i(TAG, "Fling" + getTouchType(e1));
64 Log.i(TAG, "Show Press" + getTouchType(e));
70 Log.i(TAG, "Down" + getTouchType(e));
77 Log.i(TAG, "Double tap" + getTouchType(e));
86 Log.i(TAG, "Event within double tap" + getTouchType(e));
94 Log.i(TAG, "Single tap confirmed" + getTouchType(e))
    [all...]
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 28 public static final String TAG = "GestureListener";
34 Log.i(TAG, "Single Tap Up" + getTouchType(e));
42 Log.i(TAG, "Long Press" + getTouchType(e));
49 Log.i(TAG, "Scroll" + getTouchType(e1));
57 Log.i(TAG, "Fling" + getTouchType(e1));
64 Log.i(TAG, "Show Press" + getTouchType(e));
70 Log.i(TAG, "Down" + getTouchType(e));
77 Log.i(TAG, "Double tap" + getTouchType(e));
86 Log.i(TAG, "Event within double tap" + getTouchType(e));
94 Log.i(TAG, "Single tap confirmed" + getTouchType(e))
    [all...]
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdChatActivity.java 38 public static final String TAG = "NsdChat";
46 Log.d(TAG, "Creating chat activity");
65 Log.d(TAG, "ServerSocket isn't bound.");
76 Log.d(TAG, "Connecting.");
80 Log.d(TAG, "No service to connect to!");
101 Log.d(TAG, "Starting.");
112 Log.d(TAG, "Pausing.");
121 Log.d(TAG, "Resuming.");
141 Log.d(TAG, "Being stopped.");
151 Log.d(TAG, "Being destroyed.")
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxAggregatorManager.java 32 static final String TAG = "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,"Error getting fake mode")
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
WifiNanNative.java 39 private static final String TAG = "WifiNanNative";
57 Log.w(TAG, "can't get access to WifiNative");
105 if (DBG) Log.d(TAG, "isNanInit: trying to init");
113 if (DBG) Log.d(TAG, "initNanHandlersNative: res=" + ret);
121 if (DBG) Log.d(TAG, "getCapabilitiesNative: res=" + ret);
126 Log.w(TAG, "isNanInit: HAL not initialized");
142 if (VDBG) Log.d(TAG, "enableAndConfigure: configRequest=" + configRequest);
149 if (DBG) Log.d(TAG, "enableAndConfigureNative: ret=" + ret);
152 Log.w(TAG, "enableAndConfigure: NanInit fails");
165 if (VDBG) Log.d(TAG, "disableNan")
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SdpManagerTestServer.java 37 private static final String TAG = "SdpManagerTestServer";
53 Log.i(TAG, "created.");
59 Log.i(TAG,"onConnect()");
66 Log.e(TAG, "Exception in onConnect - aborting...");
75 Log.i(TAG,"onDisconnect()");
82 Log.e(TAG, "Exception in onDisconnect...");
88 Log.i(TAG, "Sending latch close signal...");
91 Log.i(TAG, "Got disconnect with mOperationCounter = " + mOperationIndex);
101 Log.i(TAG,"onPut()");
111 Log.i(TAG,"onGet()")
    [all...]
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
CameraLatency.java 37 private String TAG = "CameraLatency";
73 Log.v(TAG, "start testImageCapture test");
105 Log.v(TAG, "Got exception", e);
145 Log.v(TAG, "The Image capture wait time = " +
147 Log.v(TAG, "Avg AutoFocus = " + mAvgAutoFocusTime);
148 Log.v(TAG, "Avg mShutterLag = " + mAvgShutterLag);
149 Log.v(TAG, "Avg mShutterToPictureDisplayedTime = "
151 Log.v(TAG, "Avg mPictureDisplayedToJpegCallbackTime = "
153 Log.v(TAG, "Avg mJpegCallbackFinishTime = " + mAvgJpegCallbackFinishTime);
154 Log.v(TAG, "Avg FirstPreviewTime = " + mAvgFirstPreviewTime)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/filterednumber/
BlockedNumbersMigrator.java 39 private static final String TAG = "BlockedNumbersMigrator";
75 Log.i(TAG, "migrate - start");
77 Log.i(TAG, "migrate - can't use new filtering");
84 Log.i(TAG, "migrate - start background migration");
90 Log.i(TAG, "migrate - marking migration complete");
92 Log.i(TAG, "migrate - calling listener");
103 Log.i(TAG, "migrate - cursor was null");
107 Log.i(TAG, "migrate - attempting to migrate " + cursor.getCount() + "numbers");
114 Log.i(TAG, "migrate - number was already blocked in new blocking");
122 Log.i(TAG, "migrate - migration complete. " + numMigrated + " numbers migrated.")
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
SystemCodeRoutingManager.java 30 static final String TAG = "SystemCodeRoutingManager";
40 if (DBG) Log.d(TAG, "configureRouting");
55 Log.d(TAG, "Routing table unchanged, not updating");
60 if (DBG) Log.d(TAG, "deregisterNfcFSystemCodeonDh:");
65 if (DBG) Log.d(TAG, "registerNfcFSystemCodeonDh:");
70 Log.d(TAG, "(Before) mConfiguredT3tIdentifiers: size=" +
73 Log.d(TAG, " " + t3tIdentifier.systemCode +
76 Log.d(TAG, "(After) mConfiguredT3tIdentifiers: size=" +
79 Log.d(TAG, " " + t3tIdentifier.systemCode +
100 if (DBG) Log.d(TAG, "onNfccRoutingTableCleared")
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 34 private static final String TAG = "NdefPushClient";
56 if (DBG) Log.d(TAG, "about to create socket");
66 if (DBG) Log.d(TAG, "about to connect to service " + NdefPushServer.SERVICE_NAME);
92 Log.e(TAG, "Not connected to NPP.");
105 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
109 if (DBG) Log.d(TAG, "about to send a " + length + " byte packet");
115 Log.e(TAG, "couldn't send tag");
116 if (DBG) Log.d(TAG, "exception:", e);
120 if (DBG) Log.d(TAG, "about to close")
    [all...]
  /developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
MainActivity.java 19 import static com.example.android.wearable.agendadata.Constants.TAG;
107 Log.i(TAG, "onGetEventsClicked(): Checking permission.");
125 Log.i(TAG, "Permissions already granted. Starting service.");
138 Log.i(TAG, "CALENDAR permission has NOT been granted. Requesting permission.");
155 Log.i(TAG, "Display calendar & contact permissions rationale for additional context.");
200 if (Log.isLoggable(TAG, Log.DEBUG)) {
201 Log.d(TAG, "onDeleteEventsClicked(): failed to get Data "
211 Log.e(TAG, "Failed to delete data items"
238 Log.e(TAG, "Failed to delete data items"
245 if (Log.isLoggable(TAG, Log.DEBUG))
    [all...]
  /developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
MainActivity.java 19 import static com.example.android.wearable.agendadata.Constants.TAG;
107 Log.i(TAG, "onGetEventsClicked(): Checking permission.");
125 Log.i(TAG, "Permissions already granted. Starting service.");
138 Log.i(TAG, "CALENDAR permission has NOT been granted. Requesting permission.");
155 Log.i(TAG, "Display calendar & contact permissions rationale for additional context.");
200 if (Log.isLoggable(TAG, Log.DEBUG)) {
201 Log.d(TAG, "onDeleteEventsClicked(): failed to get Data "
211 Log.e(TAG, "Failed to delete data items"
238 Log.e(TAG, "Failed to delete data items"
245 if (Log.isLoggable(TAG, Log.DEBUG))
    [all...]
  /development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
MainActivity.java 19 import static com.example.android.wearable.agendadata.Constants.TAG;
107 Log.i(TAG, "onGetEventsClicked(): Checking permission.");
125 Log.i(TAG, "Permissions already granted. Starting service.");
138 Log.i(TAG, "CALENDAR permission has NOT been granted. Requesting permission.");
155 Log.i(TAG, "Display calendar & contact permissions rationale for additional context.");
200 if (Log.isLoggable(TAG, Log.DEBUG)) {
201 Log.d(TAG, "onDeleteEventsClicked(): failed to get Data "
211 Log.e(TAG, "Failed to delete data items"
238 Log.e(TAG, "Failed to delete data items"
245 if (Log.isLoggable(TAG, Log.DEBUG))
    [all...]
  /frameworks/base/services/core/java/com/android/server/
RecoverySystemService.java 48 private static final String TAG = "RecoverySystemService";
78 if (DEBUG) Slog.d(TAG, "uncrypt: " + filename);
85 Slog.e(TAG, "uncrypt service is unavailable.");
96 Slog.e(TAG, "IOException when writing \"" +
107 Slog.e(TAG, "Failed to connect to uncrypt socket");
128 Slog.i(TAG, "uncrypt read status: " + status);
133 Slog.w(TAG, "RemoteException when posting progress");
137 Slog.i(TAG, "uncrypt successfully finished.");
146 Slog.e(TAG, "uncrypt failed with status: " + status);
155 Slog.e(TAG, "IOException when reading status: ", e)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 43 private static final String TAG = "GoogleCalendarUriIntentFilter";
72 if (debug) Log.d(TAG, "eid=" + eidParam );
78 if (debug) Log.d(TAG, "decoded eid=" + new String(decodedBytes) );
109 Log.wtf(TAG, "Unexpected one letter domain: "
120 if (debug) Log.d(TAG, "eid= " + eid );
121 if (debug) Log.d(TAG, "email= " + email );
122 if (debug) Log.d(TAG, "domain=" + domain );
131 Log.w(TAG, "Punting malformed URI " + uri);
146 Log.i(TAG, "Could not find event for uri: " +uri);
150 if (debug) Log.d(TAG, "eidParts=" + syncId + "/" + ownerAccount)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java 45 private static final String TAG = "BluetoothInputDevice";
210 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
212 if (VDBG) Log.d(TAG,"Unbinding service...");
218 Log.e(TAG,"",re);
225 if (VDBG) Log.d(TAG,"Binding service...");
229 Log.e(TAG,"",re);
251 Log.e(TAG,"",e);
264 Log.e(TAG, "Could not bind to Bluetooth HID Service with " + intent);
277 Log.e(TAG,"",e);
287 Log.e(TAG,"",re)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 48 private static final String TAG = "A2dpMediaBrowserService";
90 Log.e(TAG, "Parent class has died; aborting.");
121 Log.d(TAG, "onCreate");
123 mSession = new MediaSession(this, TAG);
141 Log.d(TAG, "onDestroy");
154 Log.d(TAG, "onLoadChildren parentMediaId=" + parentMediaId);
161 Log.d(TAG, "onServiceConnected");
167 Log.d(TAG, "got AVRCP device " + device);
173 Log.d(TAG, "onServiceDisconnected " + profile);
185 Log.d(TAG, "onPlay")
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsObexClient.java 48 private static final String TAG = "BluetoothMnsObexClient";
126 if (V) Log.v(TAG, "Reg masId: " + msg.arg1 + " notfStatus: " + msg.arg2);
131 if (D) Log.d(TAG, "MNS SDP info not available yet - Cannot Connect.");
146 if (V) Log.v(TAG, "SearchReg masId: " + msg.arg1 + " notfStatus: " + msg.arg2);
167 if (D) Log.d(TAG, "OBEX session disconnected");
170 Log.w(TAG, "OBEX session disconnect error " + e.getMessage());
174 if (D) Log.d(TAG, "OBEX session close mClientSession");
177 if (D) Log.d(TAG, "OBEX session closed");
180 Log.w(TAG, "OBEX session close error:" + e.getMessage());
184 if (D) Log.d(TAG, "Close Obex Transport")
    [all...]
  /packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
VpnTests.java 87 private static final String TAG = "VpnTests";
119 Log.v(TAG, "print out the vpn profiles");
124 Log.d(TAG, "certificate file for this vpn is " + vpnInfo.getCertificateFile());
127 Log.d(TAG, "password for the certificate file is: " + vpnInfo.getPassword());
134 Log.v(TAG, "disconnect legacy VPN");
142 Log.v(TAG, "Wait for legacy VPN to be disconnected.");
160 Log.v(TAG, "profile: ");
161 Log.v(TAG, "key: " + profile.key);
162 Log.v(TAG, "name: " + profile.name);
163 Log.v(TAG, "type: " + profile.type)
    [all...]
  /cts/tests/filesystem/src/android/filesystem/cts/
AlmostFullTest.java 35 private static final String TAG = "AlmostFullTest";
48 Log.i(TAG, "++currentCounter: " + currentCounter);
55 Log.i(TAG, "Filling disk");
61 Log.i(TAG, "free disk " + freeDisk + ", to fill " + diskToFill);
63 Log.i(TAG, "free disk " + freeDisk + " too small, needs " + FREE_SPACE_FINAL);
73 Log.i(TAG, "Generating file " + toFill);
79 Log.i(TAG, "free disk " + SystemUtil.getFreeDiskSize(getContext()));
84 Log.i(TAG, "tearDown free disk " + SystemUtil.getFreeDiskSize(getContext()));
86 Log.i(TAG, "--currentCounter: " + currentCounter);
93 Log.i(TAG, "tearDown free disk " + SystemUtil.getFreeDiskSize(getContext()))
    [all...]

Completed in 1654 milliseconds

<<11121314151617181920>>