Home
last modified time | relevance | path

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

123

/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/av/media/libmediametrics/
DMediaMetricsItem.cpp549 if (extract(&size, &read, readend) != NO_ERROR in readFromByteString()
550 || extract(&header_size, &read, readend) != NO_ERROR in readFromByteString()
551 || extract(&version, &read, readend) != NO_ERROR in readFromByteString()
552 || extract(&key_size, &read, readend) != NO_ERROR in readFromByteString()
553 || extract(&key, &read, readend) != NO_ERROR in readFromByteString()
554 || extract(&pid, &read, readend) != NO_ERROR in readFromByteString()
555 || extract(&uid, &read, readend) != NO_ERROR in readFromByteString()
556 || extract(&timestamp, &read, readend) != NO_ERROR in readFromByteString()
574 if (extract(&propCount, &read, readend) != NO_ERROR) { in readFromByteString()
647 status_t status = extract(&len, bufferpptr, bufferptrmax) in readFromByteString()
[all …]
/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()
496 .extract(RuntimeEnvironment.application.getSystemService(UserManager.class)); in removeProfileApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()
570 .extract(RuntimeEnvironment.application.getSystemService(UserManager.class)); in removeOwnerApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()
648 .extract(RuntimeEnvironment.application.getSystemService(UserManager.class)); in noAppRemoved_workprofileExists_doResumeIfNeededLocked_shouldNotClearEntries()
/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
DShadowActivityManager.java62 return (ShadowActivityManager) Shadow.extract( in getShadow()
DShadowRouter2Manager.java85 return (ShadowRouter2Manager) Shadow.extract( in getShadow()
/frameworks/av/media/tests/benchmark/src/native/extractor/
DExtractor.h46 int32_t extract(int32_t trackId);
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
DActivityTileTest.java169 final ShadowPackageManager spm = Shadow.extract(mContext.getPackageManager()); in getTitle_shouldEnsureMetadataNotStale()
186 final ShadowPackageManager spm = Shadow.extract(mContext.getPackageManager()); in getTitle_noActivity_returnNull()
/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/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/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DPbapClientProfileTest.java59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
DSapProfileTest.java59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
DHfpClientProfileTest.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()
DHidDeviceProfileTest.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/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/services/robotests/src/com/android/server/testing/shadows/
DShadowFullBackup.java59 ShadowBackupDataOutput shadowBackupDataOutput = Shadow.extract(backupDataOutput); in backupToTar()
/frameworks/av/services/mediametrics/
DTimedAction.h82 auto node = mMap.extract(mMap.begin()); // removes from mMap. in threadLoop()
/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()

123