Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListEmptyViewTest.java56 Instrumentation inst = getInstrumentation(); in testZeroToOne() local
66 Instrumentation inst = getInstrumentation(); in testZeroToOneForwardBack() local
88 Instrumentation inst = getInstrumentation(); in testZeroToManyToZero() local
DListManagedCursorTest.java60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
78 Instrumentation inst = getInstrumentation(); in testKeyScrollingToTouchMode() local
91 public int arrowScroll(Instrumentation inst) { in arrowScroll()
DListHeterogeneousTest.java52 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
DListViewHeightTest.java50 Instrumentation inst = getInstrumentation(); in testButtons() local
DListScrollListenerTest.java60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
/frameworks/base/core/tests/coretests/src/android/util/
DKeyUtils.java40 final Instrumentation inst = test.getInstrumentation(); in tapMenuKey() local
53 final Instrumentation inst = test.getInstrumentation(); in chordMenuKey() local
72 final Instrumentation inst = test.getInstrumentation(); in longClick() local
/frameworks/base/core/tests/coretests/src/android/provider/
DFontsContractE2ETest.java116 Instrumentation inst = InstrumentationRegistry.getInstrumentation(); in typefaceCacheTest() local
155 Instrumentation inst = InstrumentationRegistry.getInstrumentation(); in typefaceNotCacheTest() local
178 Instrumentation inst = InstrumentationRegistry.getInstrumentation(); in typefaceNullFdTest() local
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/
DEffectsVideoCapture.java43 private void captureVideos(String reportTag, Instrumentation inst) throws Exception{ in captureVideos()
59 Instrumentation inst = getInstrumentation(); in testBackEffectsVideoCapture() local
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DContentObserverController.java235 JobInstance inst = mJobs.valueAt(i); in onChange() local
412 JobInstance inst = obs.mJobs.valueAt(j); in dumpControllerStateLocked() local
432 JobInstance inst = obs.mJobs.valueAt(j); in dumpControllerStateLocked() local
508 JobInstance inst = obs.mJobs.valueAt(j); in dumpControllerStateLocked() local
529 JobInstance inst = obs.mJobs.valueAt(j); in dumpControllerStateLocked() local
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridScrollListenerTest.java60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
100 Instrumentation inst = getInstrumentation(); in testTouchScrolling() local
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DSysuiBaseFragmentTest.java77 Instrumentation inst = spy(mRealInstrumentation); in sysuiSetup() local
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockTargetStateAnalysis.java40 public BasicValue naryOperation(AbstractInsnNode inst, @SuppressWarnings("rawtypes") List args) in naryOperation()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java274 Instrumentation inst = test.getInstrumentation(); in tapView() local
314 Instrumentation inst = test.getInstrumentation(); in touchAndCancelView() local
349 Instrumentation inst = test.getInstrumentation(); in clickView() local
410 Instrumentation inst = test.getInstrumentation(); in longClickView() local
777 Instrumentation inst = test.getInstrumentation(); in drag() local
/frameworks/base/services/core/java/com/android/server/pm/
DAppsFilterImpl.java1269 final List<ParsedInstrumentation> inst = source.getInstrumentations(); in pkgInstruments() local
/frameworks/native/cmds/lshal/
Dtest.cpp155 const auto& inst) -> ::android::hardware::Return<sp<IBase>> { in SetUp()