HomeSort by relevance Sort by last modified time
    Searched defs:getSourceNodeId (Results 1 - 8 of 8) sorted by null

  /developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestPhoneService.java 65 promptUserForStoragePermission(messageEvent.getSourceNodeId());
68 respondWithStorageInformation(messageEvent.getSourceNodeId());
  /developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestPhoneService.java 65 promptUserForStoragePermission(messageEvent.getSourceNodeId());
68 respondWithStorageInformation(messageEvent.getSourceNodeId());
  /development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
IncomingRequestPhoneService.java 65 promptUserForStoragePermission(messageEvent.getSourceNodeId());
68 respondWithStorageInformation(messageEvent.getSourceNodeId());
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 136 mAccessibilityFocus = event.getSourceNodeId();
141 if (mAccessibilityFocus == event.getSourceNodeId()) {
151 mInputFocus = event.getSourceNodeId();
159 refreshCachedNodeLocked(event.getWindowId(), event.getSourceNodeId());
165 final long sourceId = event.getSourceNodeId();
176 clearSubTreeLocked(event.getWindowId(), event.getSourceNodeId());
301 final long sourceId = info.getSourceNodeId();
AccessibilityRecord.java 650 public long getSourceNodeId() {
AccessibilityNodeInfo.java     [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 508 event.getWindowId(), event.getSourceNodeId(),
    [all...]

Completed in 604 milliseconds