Home
last modified time | relevance | path

Searched refs:TAG_OPS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java96 public static final String TAG_OPS = "OverviewProxyService"; field in OverviewProxyService
159 Log.e(TAG_OPS, "Failed to stop screen pinning");
353 Log.w(TAG_OPS, "Launcher called sysui with invalid user: " + callerId + ", reason: "
362 Log.w(TAG_OPS, "Binder supposed established connection but actual connection to service "
387 Log.e(TAG_OPS, "Lost connection to launcher service", e);
404 Log.e(TAG_OPS, "Failed to call onInitialize()", e);
416 Log.w(TAG_OPS, "Null binding of '" + name + "', try reconnecting");
423 Log.w(TAG_OPS, "Binding died of '" + name + "', try reconnecting");
504 Log.e(TAG_OPS, "Failed to notify back action", e); in notifyBackAction()
556 Log.e(TAG_OPS, "Failed to notify sysui state change", e); in notifySystemUiStateFlags()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DDevDetailMo.java85 private static final String TAG_OPS = "Ops"; field in DevDetailMo
222 Element opsNode = moSerializer.createNode(doc, TAG_OPS); in serializeToXml()
/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java694 private static final String TAG_OPS = "ops"; field in HistoricalRegistry.Persistence
1141 if (TAG_OPS.equals(parser.getName())) { in readHistoricalOpsLocked()
1366 serializer.startTag(null, TAG_OPS); in writeHistoricalOpDLocked()
1374 serializer.endTag(null, TAG_OPS); in writeHistoricalOpDLocked()