Searched refs:unflattenFromString (Results 1 - 25 of 73) sorted by path

123

/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java822 cn = ComponentName.unflattenFromString(cnArg);
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
H A DDpm.java194 ComponentName cn = ComponentName.unflattenFromString(component);
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java1223 ComponentName cn = ComponentName.unflattenFromString(pkg);
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
H A DTelecom.java210 ComponentName cn = ComponentName.unflattenFromString(component);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java2322 ComponentName componentName = ComponentName.unflattenFromString(
2539 ComponentName componentName = ComponentName.unflattenFromString(
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java1657 final ComponentName cn = ComponentName.unflattenFromString(flat);
1665 final ComponentName cn = ComponentName.unflattenFromString(flat);
/frameworks/base/core/java/android/content/
H A DComponentName.java195 * {@link #unflattenFromString(String)}.
201 * @see #unflattenFromString(String)
210 * with {@link #unflattenFromString(String)}.
216 * @see #unflattenFromString(String)
258 public static ComponentName unflattenFromString(String str) { method in class:ComponentName
H A DIntent.java5134 intent.mComponent = ComponentName.unflattenFromString(value);
5148 intent.mSourceBounds = Rect.unflattenFromString(value);
5490 ComponentName cn = ComponentName.unflattenFromString(value);
5628 ComponentName cn = ComponentName.unflattenFromString(str);
5768 baseIntent.setComponent(ComponentName.unflattenFromString(arg));
8855 intent.setComponent(ComponentName.unflattenFromString(attrValue));
/frameworks/base/core/java/android/print/
H A DPrintJobId.java108 public static @NonNull PrintJobId unflattenFromString(@NonNull String string) { method in class:PrintJobId
/frameworks/base/core/java/android/provider/
H A DSettings.java3061 ComponentName.unflattenFromString(value);
3119 return ComponentName.unflattenFromString(value) != null;
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java593 return ComponentName.unflattenFromString(val);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java148 ComponentName curComp = ComponentName.unflattenFromString(cur);
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java282 serviceIntent.setComponent(ComponentName.unflattenFromString(serviceComponent));
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java808 this(ComponentName.unflattenFromString(activityName), time, weight);
/frameworks/base/core/java/com/android/internal/app/
H A DAssistUtils.java152 return ComponentName.unflattenFromString(setting);
/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java56 ComponentName componentName = ComponentName.unflattenFromString(
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1393 activeTrustAgents.add(ComponentName.unflattenFromString(s));
/frameworks/base/core/java/com/android/server/
H A DSystemConfig.java479 ComponentName cn = ComponentName.unflattenFromString(serviceName);
/frameworks/base/graphics/java/android/graphics/
H A DRect.java150 * {@link #unflattenFromString(String)}.
172 public static Rect unflattenFromString(String str) { method in class:Rect
/frameworks/base/media/java/android/media/tv/
H A DTvContentRating.java830 public static TvContentRating unflattenFromString(String ratingString) { method in class:TvContentRating
903 * {@link #unflattenFromString}.
907 * @see #unflattenFromString
H A DTvInputManager.java994 record.postContentBlocked(TvContentRating.unflattenFromString(rating));
1330 ratings.add(TvContentRating.unflattenFromString(rating));
H A DTvInputService.java1208 onUnblockContent(TvContentRating.unflattenFromString(unblockedRating));
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java365 PrintJobId printJobId = PrintJobId.unflattenFromString(
1126 PrintJobId printJobId = PrintJobId.unflattenFromString(
1171 ComponentName service = ComponentName.unflattenFromString(parser.getAttributeValue(
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java916 ComponentName service = ComponentName.unflattenFromString(parser.getAttributeValue(
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/
H A DAccessibilityUtils.java69 final ComponentName enabledService = ComponentName.unflattenFromString(

Completed in 1540 milliseconds

123