Searched refs:BUNDLE_KEY (Results 1 – 4 of 4) 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 83 assertEquals(BUNDLE_VALUE, bundle.getString(BUNDLE_KEY)); in assertPersistableBundleList()
|
/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 174 actualValues.add(bundle.getString(BUNDLE_KEY)); in assertPersistableBundleListEquals()
|
/cts/tests/tests/view/src/android/view/textclassifier/cts/ |
D | TextClassifierValueObjectsTest.java | 61 private static final String BUNDLE_KEY = "key"; field in TextClassifierValueObjectsTest 65 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument 97 assertEquals(BUNDLE_VALUE, selection.getExtras().getString(BUNDLE_KEY)); in testTextSelection() 246 assertEquals(BUNDLE_VALUE, classification.getExtras().getString(BUNDLE_KEY)); in testTextClassification() 310 assertEquals(BUNDLE_VALUE, request.getExtras().getString(BUNDLE_KEY)); in testTextClassificationRequest() 347 assertEquals(BUNDLE_VALUE, textLinks.getExtras().getString(BUNDLE_KEY)); in testTextLinks_full() 375 assertEquals(BUNDLE_VALUE, request.getExtras().getString(BUNDLE_KEY)); in testTextLinksRequest_full() 400 assertEquals(BUNDLE_VALUE, language.getExtras().getString(BUNDLE_KEY)); in testTextLanguage() 423 assertEquals(BUNDLE_VALUE, request.getExtras().getString(BUNDLE_KEY)); in testTextLanguageRequest()
|
D | TextClassificationManagerTest.java | 60 private static final String BUNDLE_KEY = "key"; field in TextClassificationManagerTest 64 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
|