Home
last modified time | relevance | path

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

12

/packages/apps/Camera2/tests/src/com/android/camera/stress/
DVideoCapture.java69 public void captureVideos(String reportTag, Instrumentation inst) throws Exception{ in captureVideos()
86 Instrumentation inst = getInstrumentation(); in testBackVideoCapture() local
100 Instrumentation inst = getInstrumentation(); in testFrontVideoCapture() local
DImageCapture.java68 public void captureImages(String reportTag, Instrumentation inst) { in captureImages()
93 Instrumentation inst = getInstrumentation(); in testBackImageCapture() local
107 Instrumentation inst = getInstrumentation(); in testFrontImageCapture() local
DCameraStartUp.java52 Instrumentation inst = getInstrumentation(); in launchCamera() local
75 Instrumentation inst = getInstrumentation(); in launchVideo() local
DSwitchPreview.java91 Instrumentation inst = getInstrumentation(); in testSwitchMode() local
DShotToShotLatency.java94 Instrumentation inst = getInstrumentation(); in testShotToShotLatency() local
DCameraLatency.java74 Instrumentation inst = getInstrumentation(); in testImageCapture() local
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
DVideoCapture.java72 public void captureVideos(String reportTag, Instrumentation inst) throws Exception{ in captureVideos()
90 Instrumentation inst = getInstrumentation(); in testBackVideoCapture() local
105 Instrumentation inst = getInstrumentation(); in testFrontVideoCapture() local
DImageCapture.java70 public void captureImages(String reportTag, Instrumentation inst) { in captureImages()
96 Instrumentation inst = getInstrumentation(); in testBackImageCapture() local
111 Instrumentation inst = getInstrumentation(); in testFrontImageCapture() local
DCameraStartUp.java53 Instrumentation inst = getInstrumentation(); in launchCamera() local
75 Instrumentation inst = getInstrumentation(); in launchVideo() local
DSwitchPreview.java92 Instrumentation inst = getInstrumentation(); in testSwitchMode() local
DCameraLatency.java72 Instrumentation inst = getInstrumentation(); in testImageCapture() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/
DSdpManager.java169 boolean add(SdpSearchInstance inst) { in add()
173 boolean remove(SdpSearchInstance inst) { in remove()
249 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpMasRecordFoundCallback() local
275 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpMnsRecordFoundCallback() local
300 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpPseRecordFoundCallback() local
326 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpOppOpsRecordFoundCallback() local
352 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpSapsRecordFoundCallback() local
379 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpDipRecordFoundCallback() local
410 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpRecordFoundCallback() local
447 SdpSearchInstance inst = new SdpSearchInstance(0, device, uuid); in sdpSearch() local
[all …]
/packages/apps/LegacyCamera/tests/src/com/android/camera/power/
DImageAndVideoCapture.java77 Instrumentation inst = getInstrumentation(); in testCapture5Image() local
95 Instrumentation inst = getInstrumentation(); in testCapture5Videos() local
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DCacheClearingActivityTest.java37 final Instrumentation inst = InstrumentationRegistry.getInstrumentation(); in testSimple() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMasClient.java229 MasClientHandler(Looper looper, MasClient inst) { in MasClientHandler()
236 MasClient inst = mInst.get(); in handleMessage() local
DMnsObexServer.java126 Byte inst = oap.getByte(Request.OAP_TAGID_MAS_INSTANCE_ID); in onPut() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DFavoriteItemsTransaction.java123 public void commitAndLoadHome(LauncherInstrumentation inst) { in commitAndLoadHome()
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DTestCommandReceiver.java46 Instrumentation inst = InstrumentationRegistry.getInstrumentation(); in callCommand() local
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/
DAdServicesSupportRule.java159 Instrumentation inst = InstrumentationRegistry.getInstrumentation(); in isDeviceSupported() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpBipClient.java397 AvrcpBipClientHandler(Looper looper, AvrcpBipClient inst) { in AvrcpBipClientHandler()
404 AvrcpBipClient inst = mInst.get(); in handleMessage() local
/packages/modules/AdServices/adservices/apk/tests/util/java/com/android/adservices/ui/util/
DApkTestUtil.java57 final Instrumentation inst = InstrumentationRegistry.getInstrumentation(); in isDeviceSupported() local
/packages/modules/NetworkStack/tests/integration/signature/android/net/
DNetworkStatsIntegrationTest.kt75 private val inst = InstrumentationRegistry.getInstrumentation() in <lambda>() constant in android.net.NetworkStatsIntegrationTest
/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/
DRouterAdvertisementDaemonTest.java106 final Instrumentation inst = InstrumentationRegistry.getInstrumentation(); in setupOnce() local
DDadProxyTest.java86 final Instrumentation inst = InstrumentationRegistry.getInstrumentation(); in setupOnce() local
/packages/modules/NetworkStack/tests/integration/signature/android/net/util/
DNetworkStackUtilsIntegrationTest.kt79 private val inst by lazy { InstrumentationRegistry.getInstrumentation() } in <lambda>() constant

12