Home
last modified time | relevance | path

Searched refs:unflattenFromString (Results 1 – 25 of 70) sorted by relevance

123

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/
DComponentReference.java48 public static ComponentReference unflattenFromString(String string) { in unflattenFromString() method in ComponentReference
50 Objects.requireNonNull(ComponentName.unflattenFromString(string))); in unflattenFromString()
150 return ComponentReference.unflattenFromString(resolverActivity); in getResolverActivity()
/cts/tests/tests/dreams/src/android/service/dreams/cts/
DDreamServiceTest.java137 ComponentName.unflattenFromString(DREAM_SERVICE_COMPONENT); in testDreamInSeparateProcess()
154 ComponentName.unflattenFromString(testSettingsActivity)); in testMetadataParsing()
195 ComponentName.unflattenFromString(dreamComponent), in getDreamMetadata()
206 ComponentName.unflattenFromString(DREAM_SERVICE_COMPONENT); in testDreamServiceOnDestroyCallback()
238 ComponentName.unflattenFromString(DREAM_SERVICE_COMPONENT); in testDreamDoesNotForcePictureInPicture()
253 ComponentName.unflattenFromString(CONTROLLED_DREAM_SERVICE_COMPONENT); in startControlledDream()
DSystemDreamTest.java56 ComponentName.unflattenFromString(
59 ComponentName.unflattenFromString(
66 ComponentName.unflattenFromString(
DDreamOverlayTest.java80 mDreamCoordinator.setDreamOverlay(ComponentName.unflattenFromString( in setup()
104 ComponentName.unflattenFromString(DREAM_SERVICE_COMPONENT); in testDreamOverlayAppearance()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2025-26422/src/android/security/cts/CVE_2025_26422/
DDeviceTest.java19 import static android.content.ComponentName.unflattenFromString;
61 unflattenFromString( in testPocCVE_2025_26422()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DAdbDevicePolicyParser27.java66 ComponentName componentName = ComponentName.unflattenFromString( in parseDeviceOwner()
109 ComponentName componentName = ComponentName.unflattenFromString( in extractProfileOwner()
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
DOnDeviceFrameworkSessionLimitTest.java78 ComponentName.unflattenFromString( in setup()
87 ComponentName.unflattenFromString( in tearDown()
DOnDeviceRecognitionServiceTest.java75 recognizer.setTemporaryOnDeviceRecognizer(ComponentName.unflattenFromString(component)); in setCurrentRecognizer()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DTestActivityWithSameAffinity.java46 launchIntent.setComponent(ComponentName.unflattenFromString(launchActivityComponent)); in onCreate()
DAssistantActivity.java47 final ComponentName launchActivity = ComponentName.unflattenFromString( in onCreate()
/cts/hostsidetests/systemui/app/src/android/systemui/cts/
DTestActiveTileService.java41 componentName = ComponentName.unflattenFromString("pkg/.cls"); in onReceive()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DDefaultAppDeviceInfo.java42 return ComponentName.unflattenFromString(defaultQrCodeComponent); in getDefaultQrCodeComponent()
/cts/tests/tests/telecom/src/android/telecom/cts/
DNullBindingCallRedirectionServiceController.java33 ComponentName.unflattenFromString(
/cts/tests/tests/security/src/android/security/cts/
DSTKFrameworkTest.java56 ComponentName.unflattenFromString("com.android.stk/com.android.stk.StkCmdReceiver"); in testInterceptedSIMCommandsToTelephony()
DCVE_2020_0500.java54 ComponentName.unflattenFromString("com.android.inputmethod.latin/.LatinIME"); in testPocCVE_2020_0500()
DCVE_2020_0294.java54 ComponentName.unflattenFromString("com.android.systemui/.ImageWallpaper"); in testPocCVE_2020_0294()
/cts/tests/tests/car/src/android/car/cts/
DCarRotaryImeTest.java50 ComponentName.unflattenFromString("com.android.car.rotary/.RotaryService");
232 ComponentName componentName = ComponentName.unflattenFromString(flattenedComponentName); in isValidIme()
DOemCarServiceImplTest.java65 .setComponent(ComponentName.unflattenFromString(mOemServiceName)); in testOemServicePermissionInManifest()
/cts/tests/app/src/android/app/cts/
DInstrumentationHelperService.java53 ComponentName.unflattenFromString(instrumentationName), null, null); in onStartCommand()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/qstiles/
DTileServiceVerifierActivity.java44 return ComponentName.unflattenFromString(tilePath); in getTileComponentName()
/cts/tests/tests/settings/src/android/settings/cts/
DWifiSliceTest.java129 packageName = ComponentName.unflattenFromString(mAssistant).getPackageName(); in wifiSlice_grantedPermissionToDefaultAssistant()
160 packageName = ComponentName.unflattenFromString(mAssistant).getPackageName(); in wifiSlice_grantedPermissionToDefaultVoiceAssistant()
/cts/common/device-side/bedstead/modules/contentsuggestions/src/main/kotlin/com/android/bedstead/contentsuggestions/
DContentSuggestionsComponent.kt44 private val mContentSuggestionsService = ComponentReference.unflattenFromString(
/cts/hostsidetests/dumpsys/apps/ProcStatsTestApp/src/com/android/server/cts/procstats/
DProcStatsTest.java51 .setComponent(ComponentName.unflattenFromString(component)); in buildIntent()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvContentRatingTest.java57 TvContentRating rating = TvContentRating.unflattenFromString(flattened); in testFlattenAndUnflatten()
/cts/tests/app/FgsTimeoutTest/src/android/app/cts/fgstimeouttest/
DDumpProtoUtils.java107 if (ComponentName.unflattenFromString(srp.shortName).equals(cn)) { in findServiceRecord()

123