Home
last modified time | relevance | path

Searched defs:BUNDLE_KEY (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DTrustAgentInfoTest.java27 private static final String BUNDLE_KEY = "testing"; field in TrustAgentInfoTest
36 CONFIG.putString(BUNDLE_KEY, BUNDLE_VALUE); in CONFIG.putString() argument
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextLanguageTest.java36 private static final String BUNDLE_KEY = "key"; field in TextLanguageTest
40 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
DTextClassificationTest.java48 private static final String BUNDLE_KEY = "key"; field in TextClassificationTest
52 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
DTextSelectionTest.java43 private static final String BUNDLE_KEY = "key"; field in TextSelectionTest
47 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
DTextLinksTest.java51 private static final String BUNDLE_KEY = "key"; field in TextLinksTest
55 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
DTextClassifierTest.java64 private static final String BUNDLE_KEY = "key"; field in TextClassifierTest
68 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTrustAgentInfoTest.java31 private static final String BUNDLE_KEY = "testing"; field in TrustAgentInfoTest
40 CHILD_CONFIG.putString(BUNDLE_KEY, BUNDLE_CHILD_VALUE); in CHILD_CONFIG.putString() argument
41 PARENT_CONFIG.putString(BUNDLE_KEY, BUNDLE_PARENT_VALUE); in PARENT_CONFIG.putString() argument
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/
DListQueryHelperTest.java37 private static final String BUNDLE_KEY = "key"; field in ListQueryHelperTest
44 BUNDLE_CONTAINING_KEY.putString(BUNDLE_KEY, "value"); in BUNDLE_CONTAINING_KEY.putString() argument
DSetQueryHelperTest.java37 private static final String BUNDLE_KEY = "key"; field in SetQueryHelperTest
45 BUNDLE_CONTAINING_KEY.putString(BUNDLE_KEY, "value"); in BUNDLE_CONTAINING_KEY.putString() argument