Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/settings/
DSettings_SystemTest.java69 final ContentResolver cr = InstrumentationRegistry.getTargetContext().getContentResolver(); in testSystemSettings() local
149 final ContentResolver cr = InstrumentationRegistry.getTargetContext().getContentResolver(); in testSystemSettingsRejectInvalidFontSizeScale() local
177 final ContentResolver cr = InstrumentationRegistry.getTargetContext().getContentResolver(); in testGetDefaultValues() local
DSettings_NameValueTableTest.java45 final ContentResolver cr = InstrumentationRegistry.getTargetContext().getContentResolver(); in testPutString() local
DSettingsTest.java90 ContentResolver cr = getContext().getContentResolver(); in testSystemTable() local
141 ContentResolver cr = getContext().getContentResolver(); in testSecureTable() local
165 ContentResolver cr = getContext().getContentResolver(); in tryBadTableAccess() local
DSettings_SecureTest.java49 private ContentResolver cr; field in Settings_SecureTest
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DServiceControlUtils.java33 public static String getEnabledServices(ContentResolver cr) { in getEnabledServices()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/perfetto/
DPerfettoTests.java192 CommandResult cr = getDevice().executeShellV2Command(cmd); in runTriggerPerfetto() local
206 CommandResult cr = getDevice().executeShellV2Command(cmd); in resetPerfettoGuardrails() local
/cts/tests/tests/provider/src/android/provider/cts/
DSearchRecentSuggestionsTest.java94 ContentResolver cr = mProviderContext.getContentResolver(); in testSearchRecentSuggestions() local
192 protected void truncateHistory(ContentResolver cr, int maxEntries) { in truncateHistory()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/settings/
DSettingsSession.java69 T get(ContentResolver cr, String key) throws SettingNotFoundException; in get()
74 void set(ContentResolver cr, String key, T value); in set()
/cts/tests/tests/media/src/android/media/cts/
DAudioManagerStub.java42 public static void setCTSResult(CTSResult cr) { in setCTSResult()
/cts/tests/tests/systemui/src/android/systemui/cts/
DColorUtils.java48 final float cr = (V - r) / vtemp; in hue() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DPhoneNumberUtilsTest.java172 ContentResolver cr = getContext().getContentResolver(); in testGetMethods() local
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleService4.java141 ContentResolver cr = getContentResolver(); in doAction() local
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTest.java593 ContentResolver cr = context.getContentResolver(); in enableAccessibilityService() local
657 ContentResolver cr = context.getContentResolver(); in turnAccessibilityOff() local
/cts/tests/tests/permission/src/android/permission/cts/
DLocationAccessCheckTest.java398 ContentResolver cr = sContext.getContentResolver(); in reduceDelays() local
632 ContentResolver cr = sContext.getContentResolver(); in resetDelays() local
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java601 final ContentResolver cr = getContentResolver(); in testCreateAndRenameDoesntLeaveStaleDBRow_hasRW() local
632 final ContentResolver cr = getContentResolver(); in testRenameDoesntInvalidateUri_hasRW() local
675 final ContentResolver cr = getContentResolver(); in testCanRenameAFileWithNoDBRow_hasRW() local
/cts/tests/app/app/src/android/app/stubs/
DLocalActivityManagerTestHelper.java46 public static void setResult(CTSResult cr) { in setResult()
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/
DTunerFrontendTest.java322 DvbsCodeRate cr = settings.getCodeRate(); in testDvbsFrontendSettings() local
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DQuickAccessWalletClientTest.java94 ContentResolver cr = mContext.getContentResolver(); in tearDown() local
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1617 final ContentResolver cr = getContentResolver(); in testRenameAndReplaceFile() local
2306 final ContentResolver cr = getContentResolver(); in testCreateCanRestoreDeletedRowId() local
2342 final ContentResolver cr = getContentResolver(); in testRenameCanRestoreDeletedRowId() local
2984 final ContentResolver cr = getContentResolver(); in createPendingFile() local
2998 final ContentResolver cr = getContentResolver(); in createTrashedFile() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DAllocationTest.java316 float cr = yuvData[2] & 0xFF; // V channel in convertPixelYuvToRgb() local
DImageReaderTest.java862 float cr = crRow[crPix] & 0xFF; in convertPixelYuvToRgba() local
/cts/tests/tests/content/src/android/content/cts/
DAsyncQueryHandlerTest.java318 public MockAsyncQueryHandler(ContentResolver cr) { in MockAsyncQueryHandler()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java681 public static int getFileRowIdFromDatabase(ContentResolver cr, @NonNull File file) { in getFileRowIdFromDatabase()
1528 public static Cursor queryFile(ContentResolver cr, @NonNull File file, String... projection) { in queryFile()
1540 private static Cursor queryFile(ContentResolver cr, @NonNull Uri uri, @NonNull File file, in queryFile()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DAtomTestCase.java225 CommandResult cr = getDevice().executeShellV2Command(cmd); in resetPerfettoGuardrails() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1589 final ContentResolver cr = context.getContentResolver(); in mockSwitchInputMethod() local