Searched refs:TAG_OPS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | OverviewProxyService.java | 128 public static final String TAG_OPS = "OverviewProxyService"; field in OverviewProxyService 200 Log.e(TAG_OPS, "Failed to stop screen pinning"); 493 Log.w(TAG_OPS, "Launcher called sysui with invalid user: " + callerId + ", reason: " 502 Log.w(TAG_OPS, "Binder supposed established connection but actual connection to service " 521 Log.d(TAG_OPS, "Overview proxy service connected"); 530 Log.e(TAG_OPS, "Lost connection to launcher service", e); 566 Log.e(TAG_OPS, "Failed to call onInitialize()", e); 579 Log.w(TAG_OPS, "Null binding of '" + name + "', try reconnecting"); 586 Log.w(TAG_OPS, "Binding died of '" + name + "', try reconnecting"); 593 Log.w(TAG_OPS, "Service disconnected"); [all …]
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | HistoricalRegistry.java | 822 private static final String TAG_OPS = "ops"; field in HistoricalRegistry.Persistence 1269 if (TAG_OPS.equals(parser.getName())) { in readHistoricalOpsLocked() 1531 serializer.startTag(null, TAG_OPS); in writeHistoricalOpDLocked() 1539 serializer.endTag(null, TAG_OPS); in writeHistoricalOpDLocked()
|