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

12

/frameworks/base/core/java/android/print/
H A DPrintJobId.java106 public static PrintJobId unflattenFromString(String string) { method in class:PrintJobId
/frameworks/base/services/core/java/com/android/server/pm/
H A DPersistentPreferredActivity.java48 mComponent = ComponentName.unflattenFromString(shortComponent);
H A DPreferredComponent.java99 mComponent = ComponentName.unflattenFromString(mShortComponent);
142 ComponentName cn = ComponentName.unflattenFromString(name);
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
H A DDpm.java121 ComponentName cn = ComponentName.unflattenFromString(component);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java127 ComponentName curComp = ComponentName.unflattenFromString(cur);
/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));
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalKeyManager.java109 mKeyMapping.put(keyCode, ComponentName.unflattenFromString(
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java160 ? ComponentName.unflattenFromString(curInteractorStr) : null;
227 serviceComponent = ComponentName.unflattenFromString(curService);
309 return ComponentName.unflattenFromString(curInteractor);
356 return ComponentName.unflattenFromString(curRecognizer);
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java313 return name == null ? null : ComponentName.unflattenFromString(name);
333 return TextUtils.isEmpty(name) || !enabled ? null : ComponentName.unflattenFromString(name);
436 componentNames[i] = ComponentName.unflattenFromString(namesArray[i]);
/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
/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java54 ComponentName componentName = ComponentName.unflattenFromString(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java189 return cn == null ? null : ComponentName.unflattenFromString(cn);
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java268 mBlockedRatings.add(TvContentRating.unflattenFromString(ratingString));
/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/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java394 mRestoredHome = ComponentName.unflattenFromString(cn);
550 mStoredHomeComponent = ComponentName.unflattenFromString(in.readUTF());
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java246 ComponentName enabledComponent = ComponentName.unflattenFromString(enabled[i]);
305 = ComponentName.unflattenFromString(components[j]);
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java282 serviceIntent.setComponent(ComponentName.unflattenFromString(serviceComponent));
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchables.java303 final ComponentName globalSearchComponent = ComponentName.unflattenFromString(
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceOwner.java234 ComponentName admin = ComponentName.unflattenFromString(
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDebuggingManager.java249 ComponentName componentName = ComponentName.unflattenFromString(nameString);
/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/graphics/java/android/graphics/
H A DRect.java144 * {@link #unflattenFromString(String)}.
166 public static Rect unflattenFromString(String str) { method in class:Rect
/frameworks/base/services/core/java/com/android/server/am/
H A DProviderMap.java332 ? ComponentName.unflattenFromString(name) : null;
/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(

Completed in 759 milliseconds

12