Searched refs:unflattenFromString (Results 26 - 50 of 73) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java190 return cn == null ? null : ComponentName.unflattenFromString(cn);
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchables.java305 final ComponentName globalSearchComponent = ComponentName.unflattenFromString(
/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/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java319 ? ComponentName.unflattenFromString(parsedName)
/frameworks/base/services/core/java/com/android/server/am/
H A DProviderMap.java340 ? ComponentName.unflattenFromString(name) : null;
H A DTaskRecord.java1261 realActivity = ComponentName.unflattenFromString(attrValue);
1265 origActivity = ComponentName.unflattenFromString(attrValue);
1318 bounds = Rect.unflattenFromString(attrValue);
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceDelegate.java133 final ComponentName keyguardComponent = ComponentName.unflattenFromString(
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDebuggingManager.java338 ComponentName componentName = ComponentName.unflattenFromString(componentString);
/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/services/core/java/com/android/server/media/
H A DMediaSessionService.java409 ComponentName.unflattenFromString(components[i]);
587 ComponentName eventReceiver = ComponentName.unflattenFromString(receiverName);
/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/core/java/android/widget/
H A DActivityChooserModel.java808 this(ComponentName.unflattenFromString(activityName), time, weight);
/frameworks/base/core/java/com/android/server/
H A DSystemConfig.java479 ComponentName cn = ComponentName.unflattenFromString(serviceName);
/frameworks/base/services/core/java/com/android/server/firewall/
H A DIntentFirewall.java451 ComponentName componentName = ComponentName.unflattenFromString(componentStr);
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java294 final ComponentName component = ComponentName.unflattenFromString(packages[i]);
H A DManagedServices.java379 ComponentName value = ComponentName.unflattenFromString(restored[i]);
/frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
H A DRetailDemoModeService.java321 ComponentName.unflattenFromString(demoLauncherComponent),
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationManagerCompat.java324 ComponentName componentName = ComponentName.unflattenFromString(component);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserModel.java784 this(ComponentName.unflattenFromString(activityName), time, weight);
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java994 record.postContentBlocked(TvContentRating.unflattenFromString(rating));
1330 ratings.add(TvContentRating.unflattenFromString(rating));
/frameworks/base/core/java/android/content/
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/accounts/
H A DAccountManager.java2322 ComponentName componentName = ComponentName.unflattenFromString(
2539 ComponentName componentName = ComponentName.unflattenFromString(
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java916 ComponentName service = ComponentName.unflattenFromString(parser.getAttributeValue(
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java184 mKeyguardPackage = ComponentName.unflattenFromString(context.getResources().getString(
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java485 return ComponentName.unflattenFromString(cn);

Completed in 768 milliseconds

123