OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unflattenFromString
(Results
1 - 25
of
37
) sorted by null
1
2
/cts/tests/framework/base/windowmanager/appDisplaySize/src/android/server/wm/displaysize/
SmallestWidthActivity.java
32
startActivity(new Intent().setComponent(ComponentName.
unflattenFromString
(
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
TestActivityWithSameAffinity.java
46
launchIntent.setComponent(ComponentName.
unflattenFromString
(launchActivityComponent));
AssistantActivity.java
44
final ComponentName launchActivity = ComponentName.
unflattenFromString
(
PipActivity.java
177
launchIntent.setComponent(ComponentName.
unflattenFromString
(launchActivityComponent));
VirtualDisplayActivity.java
219
ComponentName.
unflattenFromString
(launchComponentName);
/cts/tests/tests/security/src/android/security/cts/
STKFrameworkTest.java
54
ComponentName.
unflattenFromString
("com.android.stk/com.android.stk.StkCmdReceiver");
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyInstrumentationEvent.java
41
ComponentName cn = ComponentName.
unflattenFromString
(mRunnerName);
/cts/tests/tests/telecom/CallRedirectionServiceTestApp/src/android/telecom/cts/redirectiontestapp/
CtsCallRedirectionServiceController.java
34
ComponentName.
unflattenFromString
(
/cts/tests/tests/telecom/CallScreeningServiceTestApp/src/android/telecom/cts/screeningtestapp/
CallScreeningServiceControl.java
38
ComponentName.
unflattenFromString
(
/cts/hostsidetests/dumpsys/apps/ProcStatsTestApp/src/com/android/server/cts/procstats/
ProcStatsTest.java
55
.setComponent(ComponentName.
unflattenFromString
(component));
/cts/tests/tests/telecom/src/android/telecom/cts/
SimCallManagerTest.java
106
carrierConfigSimCallManager = ComponentName.
unflattenFromString
(componentString);
/cts/tests/tests/tv/src/android/media/tv/cts/
TvContentRatingTest.java
55
TvContentRating rating = TvContentRating.
unflattenFromString
(flattened);
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
PinnedAppListViewModel.java
95
mainIntent.setComponent(ComponentName.
unflattenFromString
(componentString));
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
RemoteAPI.java
56
ComponentName component = ComponentName.
unflattenFromString
(testerName);
/cts/tests/tests/content/src/android/content/cts/
ComponentNameTest.java
131
ComponentName actual = ComponentName.
unflattenFromString
(flattenString);
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
SessionCommitBroadcastTest.java
48
mDefaultLauncher = ComponentName.
unflattenFromString
(getDefaultLauncher());
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerThrottlingTest.java
57
i.setComponent(ComponentName.
unflattenFromString
(
/development/apps/Development/src/com/android/development/
ShowActivity.java
70
mActivityInfo = pm.getActivityInfo(ComponentName.
unflattenFromString
(
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
ActivityLauncher.java
143
? TEST_ACTIVITY : ComponentName.
unflattenFromString
(targetComponent));
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
CtsGroupCallService.java
57
ComponentName.
unflattenFromString
(
CtsStreamingService.java
65
ComponentName.
unflattenFromString
(
CtsDownloadService.java
89
ComponentName.
unflattenFromString
(
92
ComponentName.
unflattenFromString
(
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
Dpm.java
261
ComponentName cn = ComponentName.
unflattenFromString
(component);
/cts/tests/tests/graphics/src/android/graphics/cts/
RectTest.java
501
Rect rect = Rect.
unflattenFromString
(flattenString);
503
rect = Rect.
unflattenFromString
(unDefinedFormat);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/qstiles/
InteractiveVerifierActivity.java
45
protected static final ComponentName TILE_NAME = ComponentName.
unflattenFromString
(TILE_PATH);
Completed in 298 milliseconds
1
2