Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DAlwaysOnHotwordDetector.java690 int availability = internalGetInitialAvailability(); in doInBackground() local
693 if (availability == STATE_NOT_READY in doInBackground()
694 || availability == STATE_KEYPHRASE_UNENROLLED in doInBackground()
695 || availability == STATE_KEYPHRASE_ENROLLED) { in doInBackground()
698 availability = STATE_KEYPHRASE_UNENROLLED; in doInBackground()
700 availability = STATE_KEYPHRASE_ENROLLED; in doInBackground()
707 + " -> " + availability); in doInBackground()
709 mAvailability = availability; in doInBackground()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionService.java77 private void hotwordAvailabilityChangeHelper(int availability) { in hotwordAvailabilityChangeHelper() argument
78 Log.i(TAG, "Hotword availability = " + availability); in hotwordAvailabilityChangeHelper()
79 switch (availability) { in hotwordAvailabilityChangeHelper()
/frameworks/base/services/core/java/com/android/server/notification/
DCalendarTracker.java136 final int availability = cursor.getInt(8); in checkEvent() local
142 availabilityToString(availability), eventId, name, owner, calendarId, in checkEvent()
150 final boolean meetsAvailability = availability != Instances.AVAILABILITY_FREE; in checkEvent()
245 private static String availabilityToString(int availability) {
246 switch (availability) {
250 default: return "AVAILABILITY_UNKNOWN_" + availability;
/frameworks/opt/net/ims/
DREADME.txt67 It provides a state of IMS registration between UE and network, the service availability of
/frameworks/av/media/codec2/docs/
Ddoxygen.config1028 # Note: The availability of this option depends on whether or not doxygen was
/frameworks/base/media/native/midi/include/
DDoxyfile.orig1078 # Note: The availability of this option depends on whether or not doxygen was
DDoxyfile1078 # Note: The availability of this option depends on whether or not doxygen was
/frameworks/native/vulkan/api/
Dvulkan.api2763 … = 0x00000004, /// Besides the results of the query, the availability of the results …
/frameworks/base/non-updatable-api/
Dcurrent.txt27783 field public static final String COLUMN_AVAILABILITY = "availability";
27976 field public static final String COLUMN_AVAILABILITY = "availability";
37007 field public static final String AVAILABILITY = "availability";
/frameworks/base/api/
Dcurrent.txt27913 field public static final String COLUMN_AVAILABILITY = "availability";
28106 field public static final String COLUMN_AVAILABILITY = "availability";
37151 field public static final String AVAILABILITY = "availability";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23455 field public static final java.lang.String AVAILABILITY = "availability";