Searched defs:BUNDLE_KEY (Results 1 – 9 of 9) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | TrustAgentInfoTest.java | 27 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/ |
D | TextLanguageTest.java | 36 private static final String BUNDLE_KEY = "key"; field in TextLanguageTest 40 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
|
D | TextClassificationTest.java | 48 private static final String BUNDLE_KEY = "key"; field in TextClassificationTest 52 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
|
D | TextSelectionTest.java | 43 private static final String BUNDLE_KEY = "key"; field in TextSelectionTest 47 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
|
D | TextLinksTest.java | 51 private static final String BUNDLE_KEY = "key"; field in TextLinksTest 55 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
|
D | TextClassifierTest.java | 64 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/ |
D | TrustAgentInfoTest.java | 31 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/ |
D | ListQueryHelperTest.java | 37 private static final String BUNDLE_KEY = "key"; field in ListQueryHelperTest 44 BUNDLE_CONTAINING_KEY.putString(BUNDLE_KEY, "value"); in BUNDLE_CONTAINING_KEY.putString() argument
|
D | SetQueryHelperTest.java | 37 private static final String BUNDLE_KEY = "key"; field in SetQueryHelperTest 45 BUNDLE_CONTAINING_KEY.putString(BUNDLE_KEY, "value"); in BUNDLE_CONTAINING_KEY.putString() argument
|