Searched refs:TAG_OPS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | OverviewProxyService.java | 66 public static final String TAG_OPS = "OverviewProxyService"; field in OverviewProxyService 178 Log.w(TAG_OPS, "Binder supposed established connection but actual connection to service " 209 Log.e(TAG_OPS, "Lost connection to launcher service", e); 214 Log.e(TAG_OPS, "Failed to call onBind()", e); 221 Log.w(TAG_OPS, "Null binding of '" + name + "', try reconnecting"); 227 Log.w(TAG_OPS, "Binding died of '" + name + "', try reconnecting"); 294 Log.v(TAG_OPS, "Cannot attempt connection, is setup " in internalConnectToCurrentUser() 308 Log.e(TAG_OPS, "Unable to bind because of security error", e); in internalConnectToCurrentUser() 318 Log.w(TAG_OPS, "Failed to connect on attempt " + mConnectionBackoffAttempts in internalConnectToCurrentUser() 393 pw.println(TAG_OPS + " state:"); in dump()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | QuickStepController.java | 24 import static com.android.systemui.OverviewProxyService.TAG_OPS; 285 Log.d(TAG_OPS, "Quick Scrub Progress:" + scrubFraction); in handleTouchEvent() 390 Log.d(TAG_OPS, "Quick Step Start"); in startQuickStep() 430 Log.d(TAG_OPS, "Quick Scrub Start"); in startQuickScrub() 449 Log.d(TAG_OPS, "Quick Scrub End"); in endQuickScrub() 497 Log.d(TAG_OPS, "Send MotionEvent: " + event.toString()); in proxyMotionEvents()
|