Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java91 private static String sTestAttentionServicePackage; field in AttentionManagerService
343 if (!TextUtils.isEmpty(sTestAttentionServicePackage)) { in resolveAttentionService()
344 resolvedPackage = sTestAttentionServicePackage; in resolveAttentionService()
743 sTestAttentionServicePackage = testingServicePackage; in cmdSetTestableAttentionService()
751 sTestAttentionServicePackage = ""; in cmdClearTestableAttentionService()