/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/ |
D | SimStatusImeiInfoPreferenceControllerTest.java | 21 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/ |
D | MediaMetricsItem.cpp | 549 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(×tamp, &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/ |
D | ApplicationsStateRoboTest.java | 32 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/ |
D | ShadowActivityManager.java | 62 return (ShadowActivityManager) Shadow.extract( in getShadow()
|
D | ShadowRouter2Manager.java | 85 return (ShadowRouter2Manager) Shadow.extract( in getShadow()
|
/frameworks/av/media/tests/benchmark/src/native/extractor/ |
D | Extractor.h | 46 int32_t extract(int32_t trackId);
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/ |
D | ActivityTileTest.java | 169 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/ |
D | PathParser.cpp | 53 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/ |
D | image_and_kernel.rsh | 20 // Auxiliary information that is needed to extract a kernel matrix from a buffer
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | PbapClientProfileTest.java | 59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
|
D | SapProfileTest.java | 59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
|
D | HfpClientProfileTest.java | 59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
|
D | MapClientProfileTest.java | 59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
|
D | A2dpSinkProfileTest.java | 59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
|
D | HidDeviceProfileTest.java | 59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
|
D | HearingAidProfileTest.java | 63 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
|
D | HeadsetProfileTest.java | 48 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/ |
D | DevelopmentSettingsEnablerTest.java | 42 mUserManager = Shadow.extract(mContext.getSystemService(UserManager.class)); in setUp()
|
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/ |
D | NativeExtractor.cpp | 51 int32_t status = extractObj->extract(trackID); in Java_com_android_media_benchmark_library_Native_Extract()
|
/frameworks/av/media/tests/benchmark/tests/ |
D | ExtractorTest.cpp | 47 int32_t status = extractObj->extract(trackID); in TEST_P()
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 1 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/ |
D | ShadowFullBackup.java | 59 ShadowBackupDataOutput shadowBackupDataOutput = Shadow.extract(backupDataOutput); in backupToTar()
|
/frameworks/av/services/mediametrics/ |
D | TimedAction.h | 82 auto node = mMap.extract(mMap.begin()); // removes from mMap. in threadLoop()
|
/frameworks/av/media/libstagefright/tests/writer/ |
D | README.md | 23 Download and extract the folder. Push all the files in this folder to /data/local/tmp/ on the devic…
|
/frameworks/compile/libbcc/lib/ |
D | RSCompilerDriver.cpp | 95 if (!me.extract()) { in setupConfig() 421 me.extract(); in buildScriptGroup()
|