Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/attention/
H A DAttentionService.java73 public static final int ATTENTION_FAILURE_UNKNOWN = 2; field in AttentionService
106 @IntDef(prefix = {"ATTENTION_FAILURE_"}, value = {ATTENTION_FAILURE_UNKNOWN,
/aosp14/frameworks/base/services/core/java/com/android/server/attention/
H A DAttentionManagerService.java24 import static android.service.attention.AttentionService.ATTENTION_FAILURE_UNKNOWN;
781 mCurrentAttentionCheck.mCallbackInternal.onFailure(ATTENTION_FAILURE_UNKNOWN); in handlePendingCallbackLocked()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DAttentionDetectorTest.java298 mAttentionDetector.mCallback.onFailure(AttentionService.ATTENTION_FAILURE_UNKNOWN); in testCallbackOnFailure_unregistersCurrentRequestCode()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt12061 field public static final int ATTENTION_FAILURE_UNKNOWN = 2; // 0x2