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

123

/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarShellCommand.java62 mInterface.addTile(ComponentName.unflattenFromString(getNextArgRequired()));
67 mInterface.remTile(ComponentName.unflattenFromString(getNextArgRequired()));
72 mInterface.clickTile(ComponentName.unflattenFromString(getNextArgRequired()));
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest5.java145 ComponentName.unflattenFromString("com.android.settings/.Settings"),
159 ComponentName.unflattenFromString("com.android.settings/.Settings"), mMyUserId));
161 ComponentName.unflattenFromString("com.android.settings/.xxx"), mMyUserId));
163 ComponentName.unflattenFromString("no.such.package/.xxx"), mMyUserId));
183 ComponentName.unflattenFromString("com.android.settings/.Settings"), mMyUserId));
185 ComponentName.unflattenFromString("com.android.settings/.xxx"), mMyUserId));
187 ComponentName.unflattenFromString("no.such.package/.xxx"), mMyUserId));
/frameworks/base/core/java/android/print/
H A DPrintJobId.java108 public static @NonNull PrintJobId unflattenFromString(@NonNull 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/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipManager.java228 mDefaultPipBounds = Rect.unflattenFromString(res.getString(
230 mSettingsPipBounds = Rect.unflattenFromString(res.getString(
232 mMenuModePipBounds = Rect.unflattenFromString(res.getString(
234 mRecentsPipBounds = Rect.unflattenFromString(res.getString(
236 mRecentsFocusedPipBounds = Rect.unflattenFromString(res.getString(
628 mPipComponentName = ComponentName.unflattenFromString(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierSignalAgent.java125 ComponentName componentName = ComponentName.unflattenFromString(name);
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
H A DDpm.java194 ComponentName cn = ComponentName.unflattenFromString(component);
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
H A DTelecom.java210 ComponentName cn = ComponentName.unflattenFromString(component);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java148 ComponentName curComp = ComponentName.unflattenFromString(cur);
/frameworks/base/core/java/com/android/internal/app/
H A DAssistUtils.java152 return ComponentName.unflattenFromString(setting);
/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
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/
H A DAccessibilityUtils.java69 final ComponentName enabledService = ComponentName.unflattenFromString(
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalKeyManager.java110 mKeyMapping.put(keyCode, ComponentName.unflattenFromString(
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java73 mComponent = ComponentName.unflattenFromString(action);
342 return ComponentName.unflattenFromString(action);
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java325 return name == null ? null : ComponentName.unflattenFromString(name);
334 return ComponentName.unflattenFromString(mDozeConfig.ambientDisplayComponent());
446 componentNames[i] = ComponentName.unflattenFromString(namesArray[i]);
/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
/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java56 ComponentName componentName = ComponentName.unflattenFromString(
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java269 mBlockedRatings.add(TvContentRating.unflattenFromString(ratingString));
/frameworks/base/services/core/java/com/android/server/vr/
H A DEnabledComponentsObserver.java297 ComponentName value = ComponentName.unflattenFromString(restored[i]);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java302 ? ComponentName.unflattenFromString(curInteractorStr) : null;
392 serviceComponent = ComponentName.unflattenFromString(curService);
480 return ComponentName.unflattenFromString(curInteractor);
527 return ComponentName.unflattenFromString(curRecognizer);
547 return ComponentName.unflattenFromString(curAssistant);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java398 mRestoredHome = ComponentName.unflattenFromString(cn);
538 mStoredHomeComponent = ComponentName.unflattenFromString(in.readUTF());
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java421 ComponentName admin = ComponentName.unflattenFromString(
752 final ComponentName admin = ComponentName.unflattenFromString(componentName);
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java282 serviceIntent.setComponent(ComponentName.unflattenFromString(serviceComponent));
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java277 return cn == null ? null : ComponentName.unflattenFromString(cn);

Completed in 886 milliseconds

123