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

12

/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java428 ComponentName cn = ComponentName.unflattenFromString(value);
484 ComponentName cn = ComponentName.unflattenFromString(str);
601 baseIntent.setComponent(ComponentName.unflattenFromString(arg));
916 ComponentName cn = ComponentName.unflattenFromString(cnArg);
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
H A DDpm.java121 ComponentName cn = ComponentName.unflattenFromString(component);
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java1439 ComponentName cn = ComponentName.unflattenFromString(pkg);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java1984 ComponentName componentName = ComponentName.unflattenFromString(
2144 ComponentName componentName = ComponentName.unflattenFromString(
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java1122 final ComponentName cn = ComponentName.unflattenFromString(flat);
1130 final ComponentName cn = ComponentName.unflattenFromString(flat);
/frameworks/base/core/java/android/content/
H A DComponentName.java144 * {@link #unflattenFromString(String)}.
150 * @see #unflattenFromString(String)
159 * with {@link #unflattenFromString(String)}.
165 * @see #unflattenFromString(String)
207 public static ComponentName unflattenFromString(String str) { method in class:ComponentName
H A DIntent.java4206 intent.mComponent = ComponentName.unflattenFromString(value);
4216 intent.mSourceBounds = Rect.unflattenFromString(value);
7355 intent.setComponent(ComponentName.unflattenFromString(attrValue));
/frameworks/base/core/java/android/print/
H A DPrintJobId.java106 public static PrintJobId unflattenFromString(String string) { method in class:PrintJobId
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java417 return ComponentName.unflattenFromString(val);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java127 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.java807 this(ComponentName.unflattenFromString(activityName), time, weight);
/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java54 ComponentName componentName = ComponentName.unflattenFromString(
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1640 activeTrustAgents.add(ComponentName.unflattenFromString(s));
/frameworks/base/graphics/java/android/graphics/
H A DRect.java144 * {@link #unflattenFromString(String)}.
166 public static Rect unflattenFromString(String str) { method in class:Rect
/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java185 ComponentName.unflattenFromString(components[i]);
/frameworks/base/media/java/android/media/tv/
H A DTvContentRating.java728 public static TvContentRating unflattenFromString(String ratingString) { method in class:TvContentRating
801 * {@link #unflattenFromString}.
805 * @see #unflattenFromString
H A DTvInputManager.java673 record.postContentBlocked(TvContentRating.unflattenFromString(rating));
904 ratings.add(TvContentRating.unflattenFromString(rating));
H A DTvInputService.java911 onUnblockContent(TvContentRating.unflattenFromString(unblockedRating));
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java339 PrintJobId printJobId = PrintJobId.unflattenFromString(
993 PrintJobId printJobId = PrintJobId.unflattenFromString(
1021 ComponentName service = ComponentName.unflattenFromString(parser.getAttributeValue(
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java624 ComponentName service = ComponentName.unflattenFromString(parser.getAttributeValue(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java189 return cn == null ? null : ComponentName.unflattenFromString(cn);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalKeyManager.java109 mKeyMapping.put(keyCode, ComponentName.unflattenFromString(
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1140 ComponentName enabledService = ComponentName.unflattenFromString(str);
1175 ComponentName componentName = ComponentName.unflattenFromString(
/frameworks/base/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java394 mRestoredHome = ComponentName.unflattenFromString(cn);
550 mStoredHomeComponent = ComponentName.unflattenFromString(in.readUTF());

Completed in 636 milliseconds

12