Home
last modified time | relevance | path

Searched refs:componentInfo (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DBluetoothSharingRestrictionTest.java133 final ComponentInfo componentInfo = in assertHandlerAvailable() local
138 new ComponentName(componentInfo.packageName, componentInfo.name); in assertHandlerAvailable()
/cts/tests/tests/content/src/android/content/pm/cts/
DComponentInfoTest.java45 ComponentInfo componentInfo = new ComponentInfo(); in testConstructor() local
46 componentInfo.applicationInfo = new ApplicationInfo(); in testConstructor()
47 componentInfo.writeToParcel(p, 0); in testConstructor()
54 new ComponentInfo(componentInfo); in testConstructor()