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.java116 private static String sTestAttentionServicePackage; field in AttentionManagerService
348 if (!TextUtils.isEmpty(sTestAttentionServicePackage)) { in resolveAttentionService()
349 resolvedPackage = sTestAttentionServicePackage; in resolveAttentionService()
775 sTestAttentionServicePackage = testingServicePackage; in cmdSetTestableAttentionService()
783 sTestAttentionServicePackage = ""; in cmdClearTestableAttentionService()