Home
last modified time | relevance | path

Searched refs:getSelector (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java91 public final UiSelector getSelector() { in getSelector() method in UiObject
125 return new UiObject(getSelector().childSelector(selector)); in getChild()
139 return new UiObject(getSelector().fromParent(selector)); in getFromParent()
153 throw new UiObjectNotFoundException(getSelector().toString()); in getChildCount()
171 node = getQueryController().findAccessibilityNodeInfo(getSelector()); in findAccessibilityNodeInfo()
399 throw new UiObjectNotFoundException(getSelector().toString()); in click()
439 throw new UiObjectNotFoundException(getSelector().toString()); in clickAndWaitForNewWindow()
457 throw new UiObjectNotFoundException(getSelector().toString()); in clickTopLeft()
474 throw new UiObjectNotFoundException(getSelector().toString()); in longClickBottomRight()
491 throw new UiObjectNotFoundException(getSelector().toString()); in clickBottomRight()
[all …]
DUiScrollable.java167 UiSelector patternSelector = UiSelector.patternBuilder(getSelector(), in getChildByInstance()
245 Tracer.trace(obj.getSelector()); in scrollIntoView()
246 return scrollIntoView(obj.getSelector()); in scrollIntoView()
262 UiSelector childSelector = getSelector().childSelector(selector); in scrollIntoView()
416 Log.d(LOG_TAG, "scrollForward() on selector = " + getSelector()); in scrollForward()
419 throw new UiObjectNotFoundException(getSelector().toString()); in scrollForward()
495 Log.d(LOG_TAG, "scrollBackward() on selector = " + getSelector()); in scrollBackward()
498 throw new UiObjectNotFoundException(getSelector().toString()); in scrollBackward()
543 Log.d(LOG_TAG, "scrollToBeginning() on selector = " + getSelector()); in scrollToBeginning()
DUiCollection.java90 UiSelector patternSelector = UiSelector.patternBuilder(getSelector(), in getChildByInstance()
145 UiSelector.patternBuilder(getSelector(), UiSelector.patternBuilder(childPattern)); in getChildCount()
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
DTestUtils.java97 hwInfo.selector = Convert.programSelectorToHal(info.getSelector()); in programInfoToHal()
99 if (info.getSelector().getPrimaryId().getType() in programInfoToHal()
101 for (int i = 0; i < info.getSelector().getSecondaryIds().length; i++) { in programInfoToHal()
102 if (info.getSelector().getSecondaryIds()[i].getType() in programInfoToHal()
104 hwInfo.physicallyTunedTo = Convert.programIdentifierToHal(info.getSelector() in programInfoToHal()
110 hwInfo.physicallyTunedTo = Convert.programIdentifierToHal(info.getSelector() in programInfoToHal()
DConvertTest.java199 ProgramSelector selector = ANNOUNCEMENT.getSelector(); in announcementFromHalAnnouncement_selectorsMatch()
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DRadioAnnouncementTest.java63 public void getSelector() { in getSelector() method in RadioAnnouncementTest
65 .that(TEST_ANNOUNCEMENT.getSelector()).isEqualTo(FM_PROGRAM_SELECTOR); in getSelector()
110 .that(announcementFromParcel.getSelector()).isEqualTo(FM_PROGRAM_SELECTOR); in writeToParcel_forAnnouncement()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DProgramInfoCache.java190 Identifier primaryId = info.getSelector().getPrimaryId(); in filterAndApplyChunkInternal()
235 Identifier primaryId = info.getSelector().getPrimaryId(); in putInfo()
240 info.getSelector()), info); in putInfo()
255 Identifier primaryId = newInfo.getSelector().getPrimaryId(); in shouldIncludeInModified()
258 UniqueProgramIdentifier uniqueId = new UniqueProgramIdentifier(newInfo.getSelector()); in shouldIncludeInModified()
/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
DProgramInfoCache.java222 Identifier primaryId = info.getSelector().getPrimaryId(); in filterAndApplyChunkInternal()
269 Identifier primaryId = info.getSelector().getPrimaryId(); in putInfo()
273 mProgramInfoMap.get(primaryId).put(new UniqueProgramIdentifier(info.getSelector()), info); in putInfo()
288 Identifier primaryId = newInfo.getSelector().getPrimaryId(); in shouldIncludeInModified()
291 UniqueProgramIdentifier uniqueId = new UniqueProgramIdentifier(newInfo.getSelector()); in shouldIncludeInModified()
DConversionUtils.java686 if (!programSelectorMeetsSdkVersionRequirement(info.getSelector(), uid)) { in programInfoMeetsSdkVersionRequirement()
/frameworks/base/media/java/android/media/tv/
DTimelineRequest.java86 public String getSelector() { in getSelector() method in TimelineRequest
DTimelineResponse.java83 public Uri getSelector() { in getSelector() method in TimelineResponse
/frameworks/base/core/java/android/hardware/radio/
DAnnouncement.java122 public @NonNull ProgramSelector getSelector() { in getSelector() method in Announcement
DProgramList.java258 value.getSelector()); in putLocked()
/frameworks/base/services/core/java/com/android/server/pm/
DResolveIntentHelper.java355 if (intent.getSelector() != null) { in queryIntentReceiversInternal()
357 intent = intent.getSelector(); in queryIntentReceiversInternal()
470 if (intent.getSelector() != null) { in queryIntentContentProvidersInternal()
471 intent = intent.getSelector(); in queryIntentContentProvidersInternal()
DPackageManagerServiceUtils.java1184 if (intent.getSelector() != null) { in updateIntentForResolve()
1185 intent = intent.getSelector(); in updateIntentForResolve()
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
DAidlTestUtils.java105 ConversionUtils.programSelectorToHalProgramSelector(info.getSelector()), in programInfoToHalProgramInfo()
DConversionUtilsTest.java523 .that(programInfo.getSelector().getPrimaryId()).isEqualTo(TEST_DAB_SID_EXT_ID); in programInfoFromHalProgramInfo_withValidProgramInfo()
525 .that(programInfo.getSelector().getSecondaryIds()).asList() in programInfoFromHalProgramInfo_withValidProgramInfo()
698 ProgramSelector selector = ANNOUNCEMENT.getSelector(); in announcementFromHalAnnouncement_selectorsMatch()
/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java593 if (forwardIntent.getSelector() != null) { in canForward()
594 intentToCheck = forwardIntent.getSelector(); in canForward()
DResolverActivity.java1451 if (intent.getSelector() != null) {
1452 filterIntent = intent.getSelector();
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardMetricsCollector.java290 Intent selectorIntent = intent.getSelector(); in getLogEventFromIntent()
/frameworks/base/cmds/uiautomator/api/
D16.txt69 method public final com.android.uiautomator.core.UiSelector getSelector();
D17.txt77 method public final com.android.uiautomator.core.UiSelector getSelector();
Dcurrent.txt100 method @Deprecated public final com.android.uiautomator.core.UiSelector getSelector();
/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
DTestPhoneWindowManager.java707 Assert.assertTrue(intentCaptor.getValue().getSelector().hasCategory(category)); in assertLaunchCategory()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java310 Intent innerIntent = activity.mStartActivityIntent.getSelector(); in forwardToManagedProfile_canForward_selectorIntent()

12