Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
DSimStatusImeiInfoPreferenceControllerTest.java21 import static org.robolectric.shadow.api.Shadow.extract;
57 extract(RuntimeEnvironment.application.getSystemService(UserManager.class)); in testIsAvailable_isAdminAndHasMobile_shouldReturnTrue()
60 extract(RuntimeEnvironment.application.getSystemService(ConnectivityManager.class)); in testIsAvailable_isAdminAndHasMobile_shouldReturnTrue()
69 extract(RuntimeEnvironment.application.getSystemService(UserManager.class)); in testIsAvailable_isAdminButNoMobile_shouldReturnFalse()
72 extract(RuntimeEnvironment.application.getSystemService(ConnectivityManager.class)); in testIsAvailable_isAdminButNoMobile_shouldReturnFalse()
81 extract(RuntimeEnvironment.application.getSystemService(UserManager.class)); in testIsAvailable_isNotAdmin_shouldReturnFalse()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DApplicationsStateRoboTest.java32 import static org.robolectric.shadow.api.Shadow.extract;
189 ShadowContextImpl shadowContext = Shadow.extract( in setUp()
256 ShadowLooper shadowBkgLooper = extract(bkgHandler.getLooper()); in processAllMessages()
257 ShadowLooper shadowMainLooper = extract(mainHandler.getLooper()); in processAllMessages()
486 .extract(RuntimeEnvironment.application.getSystemService(UserManager.class)); in removeProfileApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()
560 .extract(RuntimeEnvironment.application.getSystemService(UserManager.class)); in removeOwnerApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()
638 .extract(RuntimeEnvironment.application.getSystemService(UserManager.class)); in noAppRemoved_workprofileExists_doResumeIfNeededLocked_shouldNotClearEntries()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/testutils/shadow/
DShadowActivityManager.java62 return (ShadowActivityManager) Shadow.extract( in getShadow()
/frameworks/av/media/tests/benchmark/src/native/extractor/
DExtractor.h46 int32_t extract(int32_t trackId);
DExtractor.cpp84 int32_t Extractor::extract(int32_t trackId) { in extract() function in Extractor
/frameworks/base/libs/hwui/
DPathParser.cpp53 static void extract(int* outEndPosition, bool* outEndWithNegOrDot, const char* s, int start, in extract() function
137 extract(&endPosition, &endWithNegOrDot, pathStr, startPosition, end); in getFloats()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
DTileTest.java156 final ShadowPackageManager spm = Shadow.extract(mContext.getPackageManager()); in getTitle_shouldEnsureMetadataNotStale()
173 final ShadowPackageManager spm = Shadow.extract(mContext.getPackageManager()); in getTitle_noActivity_returnNull()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dimage_and_kernel.rsh20 // Auxiliary information that is needed to extract a kernel matrix from a buffer
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt1 This document is to explain the process to extract kernel running time of Refocus(Lens Blur) app in…
3 …/Refocus/dataExtraction contains all the shell scripts and sample data files to extract kernel time
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHfpClientProfileTest.java59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
DHidDeviceProfileTest.java59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
DSapProfileTest.java59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
DPbapClientProfileTest.java59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
DMapClientProfileTest.java59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
DA2dpSinkProfileTest.java59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
DHearingAidProfileTest.java63 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
DHeadsetProfileTest.java48 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/
DDevelopmentSettingsEnablerTest.java42 mUserManager = Shadow.extract(mContext.getSystemService(UserManager.class)); in setUp()
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
DNativeExtractor.cpp51 int32_t status = extractObj->extract(trackID); in Java_com_android_media_benchmark_library_Native_Extract()
/frameworks/av/media/tests/benchmark/tests/
DExtractorTest.cpp47 int32_t status = extractObj->extract(trackID); in TEST_P()
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowFullBackup.java59 ShadowBackupDataOutput shadowBackupDataOutput = Shadow.extract(backupDataOutput); in backupToTar()
/frameworks/av/media/libstagefright/tests/writer/
DREADME.md23 Download and extract the folder. Push all the files in this folder to /data/local/tmp/ on the devic…
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp95 if (!me.extract()) { in setupConfig()
421 me.extract(); in buildScriptGroup()
/frameworks/av/media/tests/benchmark/
DREADME.md240 8. **minimumTime**: The minimum time taken to extract/mux/encode/decode a frame.
242 9. **maximumTime**: The maximum time taken to extract/mux/encode/decode a frame.
244 10. **averageTime**: Average time taken to extract/mux/encode/decode per frame.
248 …* MediaExtractor: computed as the total time taken to extract all frames divided by the number of …
/frameworks/multidex/library/src/androidx/multidex/
DMultiDexExtractor.java277 extract(apk, dexFile, extractedFile, extractedFilePrefix); in performExtractions()
380 private static void extract(ZipFile apk, ZipEntry dexFile, File extractTo, in extract() method in MultiDexExtractor

12