Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DTimePickerClockDelegate.java694 final String selectionMode = mRadialTimePickerView.getCurrentItemShowing() == HOUR_INDEX ?
696 event.getText().add(selectedTime + " " + selectionMode);
H A DGridView.java2393 final int selectionMode = getSelectionModeForAccessibility(); in onInitializeAccessibilityNodeInfoInternal() local
2395 rowsCount, columnsCount, false, selectionMode); in onInitializeAccessibilityNodeInfoInternal()
H A DListView.java4110 final int selectionMode = getSelectionModeForAccessibility();
4112 -1, -1, false, selectionMode);
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java5388 boolean hierarchical, int selectionMode) { in obtain() argument
5391 return new CollectionInfo(rowCount, columnCount, hierarchical, selectionMode); in obtain()
5397 info.mSelectionMode = selectionMode; in obtain()
5421 int selectionMode) { in CollectionInfo() argument
5425 mSelectionMode = selectionMode; in CollectionInfo()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp4056 void expectPacketSentOnNetId(uid_t uid, unsigned netId, int fd, int selectionMode) { in expectPacketSentOnNetId() argument
4058 const bool doConnect = (selectionMode != UNCONNECTED_SOCKET); in expectPacketSentOnNetId()
4063 expected.explicitlySelected = (selectionMode == EXPLICITLY_SELECT); in expectPacketSentOnNetId()
4064 if (uid == AID_ROOT && selectionMode == EXPLICITLY_SELECT) { in expectPacketSentOnNetId()
4069 if (selectionMode == UNCONNECTED_SOCKET) { in expectPacketSentOnNetId()
4078 void expectUnreachableError(uid_t uid, unsigned netId, int selectionMode) { in expectUnreachableError() argument
4080 const bool doConnect = (selectionMode != UNCONNECTED_SOCKET); in expectUnreachableError()
4085 expected.explicitlySelected = (selectionMode == EXPLICITLY_SELECT); in expectUnreachableError()
4086 if (uid == AID_ROOT && selectionMode == EXPLICITLY_SELECT) { in expectUnreachableError()
4091 if (selectionMode == UNCONNECTED_SOCKET) { in expectUnreachableError()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...