/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/ |
D | SplitSelectStateControllerTest.kt | 22 import android.content.ComponentName 103 val nonMatchingComponent = ComponentKey(ComponentName("no", "match"), primaryUserHandle) in activeTasks_noMatchingTasks() 106 ComponentName("pomegranate", "juice"), in activeTasks_noMatchingTasks() 107 ComponentName("pumpkin", "pie"), in activeTasks_noMatchingTasks() 111 ComponentName("hotdog", "juice"), in activeTasks_noMatchingTasks() 112 ComponentName("personal", "computer"), in activeTasks_noMatchingTasks() 144 ComponentKey(ComponentName(matchingPackage, matchingClass), primaryUserHandle) in activeTasks_singleMatchingTask() 147 ComponentName(matchingPackage, matchingClass), in activeTasks_singleMatchingTask() 148 ComponentName("pomegranate", "juice"), in activeTasks_singleMatchingTask() 152 ComponentName("pumpkin", "pie"), in activeTasks_singleMatchingTask() [all …]
|
D | TaskKeyByLastActiveTimeCacheTest.java | 22 import android.content.ComponentName; 38 new ComponentName("", ""), 0, 1); in add() 43 new ComponentName("", ""), 0, 2); in add() 61 new ComponentName("", ""), 0, 1000); in addSameTasksWithSameLastActiveTimeTwice() 66 new ComponentName("", ""), 0, 1000); in addSameTasksWithSameLastActiveTimeTwice() 83 new ComponentName("", ""), 0, 1000); in addSameTasksWithDifferentLastActiveTime() 88 new ComponentName("", ""), 0, 2000); in addSameTasksWithDifferentLastActiveTime() 106 new ComponentName("", ""), 0, 0); in remove() 119 new ComponentName("", ""), 1, 100); in removeByStubKey() 123 new ComponentName("", ""), 0, 0); in removeByStubKey() [all …]
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/ |
D | TaskCategoryManager.java | 24 import android.content.ComponentName; 61 private final ComponentName mAppGridActivityComponent; 62 private final ComponentName mNotificationActivityComponent; 63 private final ComponentName mRecentsActivityComponent; 64 private final ComponentName mCalmModeComponent; 65 private final ArraySet<ComponentName> mIgnoreOpeningRootTaskViewComponentsSet; 66 private final Set<ComponentName> mFullScreenActivities; 67 private final Set<ComponentName> mBackgroundActivities; 72 private ComponentName mCurrentBackgroundApp; 73 private final ComponentName mControlBarActivityComponent; [all …]
|
/packages/apps/Car/Launcher/libs/car-launcher-common/tests/src/com/android/car/carlaunchercommon/shortcuts/ |
D | ForceStopShortcutItemTest.kt | 22 import android.content.ComponentName 87 .setMediaSource(any<ComponentName>(), anyInt()) in forceStop_nonMediaApp_shouldNotChangeMediaSource() 93 ComponentName("forceStoppedPkg", "testClassName") in forceStop_activeBrowseMediaSrc_foundLastBrowseSrc_forceStopPackageCalled() 95 ComponentName("lastBrowsedMediaPkg", "testClassName") in forceStop_activeBrowseMediaSrc_foundLastBrowseSrc_forceStopPackageCalled() 102 .doReturn(ComponentName("otherPkg", "testClassName")) in forceStop_activeBrowseMediaSrc_foundLastBrowseSrc_forceStopPackageCalled() 117 ComponentName("forceStoppedPkg", "testClassName") in forceStop_activeBrowseMediaSrc_foundLastBrowseSrc_browseMediaSrcSet() 119 ComponentName("lastBrowsedMediaPkg", "testClassName") in forceStop_activeBrowseMediaSrc_foundLastBrowseSrc_browseMediaSrcSet() 126 .doReturn(ComponentName("otherPkg", "testClassName")) in forceStop_activeBrowseMediaSrc_foundLastBrowseSrc_browseMediaSrcSet() 144 ComponentName("forceStoppedPkg", "testClassName") in forceStop_activeBrowseMediaSrc_foundLastBrowseSrc_playbackMediaSrcNotSet() 146 ComponentName("lastBrowsedMediaPkg", "testClassName") in forceStop_activeBrowseMediaSrc_foundLastBrowseSrc_playbackMediaSrcNotSet() [all …]
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/ |
D | TaskCategoryManager.java | 24 import android.content.ComponentName; 57 private final ComponentName mAppGridActivityComponent; 58 private final ComponentName mNotificationActivityComponent; 59 private final ComponentName mInCallActivityComponent; 60 private final ComponentName mMediaActivityComponent; 61 private final ComponentName mRecentsActivityComponent; 62 private final ComponentName mCalmModeComponent; 63 private final ArraySet<ComponentName> mIgnoreOpeningRootTaskViewComponentsSet; 64 private final Set<ComponentName> mFullScreenActivities; 65 private final Set<ComponentName> mBackgroundActivities; [all …]
|
/packages/modules/Nfc/framework/java/android/nfc/ |
D | INfcCardEmulation.aidl | 19 import android.content.ComponentName; 31 boolean isDefaultServiceForCategory(int userHandle, in ComponentName service, String category); in isDefaultServiceForCategory() 32 boolean isDefaultServiceForAid(int userHandle, in ComponentName service, String aid); in isDefaultServiceForAid() 33 boolean setDefaultServiceForCategory(int userHandle, in ComponentName service, String category); in setDefaultServiceForCategory() 34 boolean setDefaultForNextTap(int userHandle, in ComponentName service); in setDefaultForNextTap() 35 …boolean setShouldDefaultToObserveModeForService(int userId, in android.content.ComponentName servi… in setShouldDefaultToObserveModeForService() 36 …boolean registerAidGroupForService(int userHandle, in ComponentName service, in AidGroup aidGroup); in registerAidGroupForService() 37 …boolean registerPollingLoopFilterForService(int userHandle, in ComponentName service, in String po… in registerPollingLoopFilterForService() 38 …boolean registerPollingLoopPatternFilterForService(int userHandle, in ComponentName service, in St… in registerPollingLoopPatternFilterForService() 39 …boolean setOffHostForService(int userHandle, in ComponentName service, in String offHostSecureElem… in setOffHostForService() [all …]
|
D | INfcFCardEmulation.aidl | 19 import android.content.ComponentName; 27 String getSystemCodeForService(int userHandle, in ComponentName service); in getSystemCodeForService() 28 … boolean registerSystemCodeForService(int userHandle, in ComponentName service, String systemCode); in registerSystemCodeForService() 29 boolean removeSystemCodeForService(int userHandle, in ComponentName service); in removeSystemCodeForService() 30 String getNfcid2ForService(int userHandle, in ComponentName service); in getNfcid2ForService() 31 boolean setNfcid2ForService(int userHandle, in ComponentName service, String nfcid2); in setNfcid2ForService() 32 boolean enableNfcFForegroundService(in ComponentName service); in enableNfcFForegroundService()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/ |
D | AbstractZenModeAutomaticRulePreferenceControllerTest.java | 28 import android.content.ComponentName; 62 new ComponentName(mContext.getPackageName(), "test"), Uri.EMPTY, in testGetSettingsActivity_configActivity() 69 ComponentName actual = AbstractZenModeAutomaticRulePreferenceController in testGetSettingsActivity_configActivity() 72 assertThat(actual).isEqualTo(new ComponentName(mContext.getPackageName(), "test")); in testGetSettingsActivity_configActivity() 78 new ComponentName("another", "test"), Uri.EMPTY, in testGetSettingsActivity_configActivity_wrongPackage() 85 ComponentName actual = AbstractZenModeAutomaticRulePreferenceController in testGetSettingsActivity_configActivity_wrongPackage() 94 new ComponentName("another", "test"), Uri.EMPTY, in testGetSettingsActivity_configActivity_unspecifiedOwner() 100 ComponentName actual = AbstractZenModeAutomaticRulePreferenceController in testGetSettingsActivity_configActivity_unspecifiedOwner() 103 assertThat(actual).isEqualTo(new ComponentName("another", "test")); in testGetSettingsActivity_configActivity_unspecifiedOwner() 109 new ComponentName(mContext.getPackageName(), "service"), null, Uri.EMPTY, in testGetSettingsActivity_cps() [all …]
|
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/ |
D | DefaultPaymentProviderTestUtils.java | 21 import android.content.ComponentName; 37 static final ComponentName CTS_MY_HOSTAPDU_SERVICE = 38 new ComponentName("android.nfc.cts", "android.nfc.cts.CtsMyHostApduService"); 44 static ComponentName setDefaultPaymentService(Class serviceClass, Context context) { in setDefaultPaymentService() 45 ComponentName componentName = setDefaultPaymentService( in setDefaultPaymentService() 46 new ComponentName(context, serviceClass), context); in setDefaultPaymentService() 50 static ComponentName setDefaultPaymentSetting(ComponentName serviceName, Context context) { in setDefaultPaymentSetting() 51 ComponentName originalValue = CardEmulation.getPreferredPaymentService(context); in setDefaultPaymentSetting() 59 static ComponentName setDefaultPaymentService(ComponentName serviceName, Context context) { in setDefaultPaymentService() 72 ComponentName originalValue = setDefaultPaymentSetting(serviceName, context); in setDefaultPaymentService() [all …]
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/ |
D | AccessibilityUtils.java | 20 import android.content.ComponentName; 45 public static Set<ComponentName> getEnabledServicesFromSettings(Context context) { in getEnabledServicesFromSettings() 76 public static Set<ComponentName> getEnabledServicesFromSettings(Context context, int userId) { in getEnabledServicesFromSettings() 84 final Set<ComponentName> enabledServices = new HashSet<>(); in getEnabledServicesFromSettings() 90 final ComponentName enabledService = ComponentName.unflattenFromString( in getEnabledServicesFromSettings() 114 public static void setAccessibilityServiceState(Context context, ComponentName toggledService, in setAccessibilityServiceState() 122 public static void setAccessibilityServiceState(Context context, ComponentName toggledService, in setAccessibilityServiceState() 125 Set<ComponentName> enabledServices = AccessibilityUtils.getEnabledServicesFromSettings( in setAccessibilityServiceState() 141 Set<ComponentName> installedServices = getInstalledServices(context); in setAccessibilityServiceState() 142 for (ComponentName enabledService : enabledServices) { in setAccessibilityServiceState() [all …]
|
/packages/modules/Nfc/framework/tests/src/android/nfc/cardemulation/ |
D | CardemulationTest.java | 31 import android.content.ComponentName; 98 ComponentName componentName = mock(ComponentName.class); in testIsDefaultServiceForCategory() 114 ComponentName componentName = mock(ComponentName.class); in testIsDefaultServiceForAid() 153 ComponentName componentName = mock(ComponentName.class); in testSetShouldDefaultToObserveModeForService() 167 ComponentName componentName = mock(ComponentName.class); in testRegisterPollingLoopFilterForService() 182 ComponentName componentName = mock(ComponentName.class); in testRemovePollingLoopFilterForService() 196 ComponentName componentName = mock(ComponentName.class); in testRegisterPollingLoopPatternFilterForService() 211 ComponentName componentName = mock(ComponentName.class); in testRemovePollingLoopPatternFilterForService() 226 ComponentName componentName = mock(ComponentName.class); in testRegisterAidsForService() 243 ComponentName componentName = mock(ComponentName.class); in testUnsetOffHostForService() [all …]
|
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/ |
D | DevicePolicyManagerCompat.java | 20 import android.content.ComponentName; 79 ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent( in getProfileOwnerOrDeviceOwnerSupervisionComponent() 85 List<ComponentName> getActiveAdminsAsUser(int userId) { in getActiveAdminsAsUser() 89 public int getMaximumFailedPasswordsForWipe(@Nullable ComponentName admin, int userHandle) { in getMaximumFailedPasswordsForWipe() 93 public ComponentName getDeviceOwnerComponentOnCallingUser() { in getDeviceOwnerComponentOnCallingUser() 98 ComponentName getProfileOwnerAsUser(final int userId) { in getProfileOwnerAsUser() 121 @NonNull ComponentName admin, int userHandle) { in getShortSupportMessageForUser() 130 public boolean isRemovingAdmin(@NonNull ComponentName admin, int userId) { in isRemovingAdmin() 134 public void setActiveAdmin(@NonNull ComponentName policyReceiver, boolean refreshing) { in setActiveAdmin() 138 public boolean setProfileOwner(@NonNull ComponentName admin, int userHandle) in setProfileOwner() [all …]
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/model/ |
D | AbstractResolverComparatorTest.java | 21 import android.content.ComponentName; 44 new ComponentName("package", "class")); in testPinned() 48 new ComponentName("zackage", "zlass")); in testPinned() 60 new ComponentName("package", "class")); in testBothPinned() 64 new ComponentName("zackage", "zlass")); in testBothPinned() 75 ComponentName promoteToFirst = new ComponentName("promoted-package", "class"); in testPromoteToFirst() 79 new ComponentName("package", "class")); in testPromoteToFirst() 90 ComponentName cementedComponent = new ComponentName("promoted-package", "class"); in testPromoteToFirstOverPinned() 94 new ComponentName("package", "class")); in testPromoteToFirstOverPinned() 104 private ResolvedComponentInfo createResolvedComponentInfo(ComponentName component) { in createResolvedComponentInfo() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/modes/ |
D | ConfigurationActivityHelperTest.java | 29 import android.content.ComponentName; 66 @Mock private Function<ComponentName, ComponentInfo> mApprovedServiceFinder; 83 .setConfigurationActivity(new ComponentName(mContext.getPackageName(), "test")) in getConfigurationActivityIntentForMode_configActivity() 93 new ComponentName(mContext.getPackageName(), "test")); in getConfigurationActivityIntentForMode_configActivity() 102 .setConfigurationActivity(new ComponentName(mContext.getPackageName(), "test")) in getConfigurationActivityIntentForMode_configActivityNotResolvable_returnsNull() 117 .setConfigurationActivity(new ComponentName("another", "test")) in getConfigurationActivityIntentForMode_configActivityAndWrongPackage_returnsNull() 132 .setConfigurationActivity(new ComponentName("another", "test")) in getConfigurationActivityIntentForMode_configActivityAndUnspecifiedOwner() 141 assertThat(res.getComponent()).isEqualTo(new ComponentName("another", "test")); in getConfigurationActivityIntentForMode_configActivityAndUnspecifiedOwner() 149 .setOwner(new ComponentName(mContext.getPackageName(), "service")) in getConfigurationActivityIntentForMode_cps() 155 ComponentName.flattenToShortString( in getConfigurationActivityIntentForMode_cps() [all …]
|
/packages/modules/Nfc/NfcNci/testutils/src/com/android/nfc/emulator/ |
D | SimpleEmulatorActivity.java | 18 import android.content.ComponentName; 32 private ComponentName mPreferredService = null; 38 List<ComponentName> components = in onResume() 39 getIntent().getExtras().getParcelableArrayList(EXTRA_SERVICES, ComponentName.class); in onResume() 41 setupServices(components.toArray(new ComponentName[0])); in onResume() 49 getIntent().getExtras().getParcelable(EXTRA_PREFERRED_SERVICE, ComponentName.class); in onResume() 67 protected void onApduSequenceComplete(ComponentName component, long duration) { in onApduSequenceComplete() 70 .getParcelable(EXTRA_EXPECTED_SERVICE, ComponentName.class))) { in onApduSequenceComplete() 76 public ComponentName getPreferredServiceComponent() { in getPreferredServiceComponent()
|
D | BaseEmulatorActivity.java | 21 import android.content.ComponentName; 72 ComponentName component = 116 for (ComponentName component : getServices()) { in disableServices() 123 public String getServiceDescriptionFromComponent(ComponentName component) { in getServiceDescriptionFromComponent() 204 public void waitForService(ComponentName componentName) { in waitForService() 219 public abstract ComponentName getPreferredServiceComponent(); in getPreferredServiceComponent() 226 public void setupServices(ComponentName... componentNames) { in setupServices() 227 List<ComponentName> enableComponents = Arrays.asList(componentNames); in setupServices() 228 for (ComponentName component : getServices()) { in setupServices() 237 ComponentName bogusComponent = in setupServices() [all …]
|
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/ |
D | EnableNfcFServiceTest.java | 29 import android.content.ComponentName; 63 private ComponentName mComponentName; 88 mComponentName = mock(ComponentName.class); in setUp() 164 ComponentName mForegroundComponent = mock(ComponentName.class); in testDumpDebug() 165 ComponentName mForegroundRequested = mock(ComponentName.class); in testDumpDebug() 186 ComponentName mForegroundComponent = mock(ComponentName.class); in testUnRegisterForegroundService() 187 ComponentName mForegroundRequested = mock(ComponentName.class); in testUnRegisterForegroundService() 215 ComponentName mForegroundComponent = mock(ComponentName.class); in testUnregisteredEnabledForegroundService() 216 ComponentName mForegroundRequested = mock(ComponentName.class); in testUnregisteredEnabledForegroundService() 251 ComponentName mForegroundComponent = mock(ComponentName.class); in testOnServiceUpdate() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowDevicePolicyManager.java | 31 import android.content.ComponentName; 56 private ComponentName mProfileOwner; 57 private ComponentName mDeviceOwnerComponentName; 72 public void setShortSupportMessageForUser(ComponentName admin, int userHandle, String message) { in setShortSupportMessageForUser() 77 protected @Nullable CharSequence getShortSupportMessageForUser(@NonNull ComponentName admin, in getShortSupportMessageForUser() 83 protected boolean isAdminActiveAsUser(@NonNull ComponentName admin, int userId) { in isAdminActiveAsUser() 93 protected long getMaximumTimeToLock(ComponentName admin, @UserIdInt int userHandle) { in getMaximumTimeToLock() 98 protected ComponentName getDeviceOwnerComponentOnAnyUser() { in getDeviceOwnerComponentOnAnyUser() 114 public void setDeviceOwnerComponentOnAnyUser(ComponentName admin) { in setDeviceOwnerComponentOnAnyUser() 118 public void setDeviceOwnerType(@NonNull ComponentName admin, in setDeviceOwnerType() [all …]
|
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/ |
D | DockInterface.kt | 19 import android.content.ComponentName 25 fun appPinned(componentName: ComponentName) 28 fun appPinned(componentName: ComponentName, index: Int) 34 fun appUnpinned(componentName: ComponentName) 40 fun appLaunched(componentName: ComponentName) 55 fun launchApp(componentName: ComponentName, isMediaApp: Boolean) 58 fun getIconColorWithScrim(componentName: ComponentName): Int 61 fun getMediaServiceComponents(): Set<ComponentName>
|
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/ |
D | AccessibilitySourceServiceTest.kt | 20 import android.content.ComponentName 105 val a11yService = ComponentName("com.test.package", "AccessibilityService") in markServiceAsNotified() 115 val testComponent = ComponentName("com.test.package", "TestClass") in markAsNotifiedWithSecondComponent() 116 val testComponent2 = ComponentName("com.test.package2", "TestClass2") in markAsNotifiedWithSecondComponent() 138 val a11yService = ComponentName("com.test.package", "AccessibilityService") in removeNotifiedService() 139 val a11yService2 = ComponentName("com.test.package", "AccessibilityService2") in removeNotifiedService() 140 val a11yService3 = ComponentName("com.test.package", "AccessibilityService3") in removeNotifiedService() 157 val testComponent = ComponentName("com.test.package", "TestClass") in removePackageState() 158 val testComponent2 = ComponentName("com.test.package", "TestClass2") in removePackageState() 159 val testComponent3 = ComponentName("com.test.package2", "TestClass3") in removePackageState() [all …]
|
D | NotificationListenerCheckInternalTest.kt | 21 import android.content.ComponentName 173 val testComponent = ComponentName("com.test.package", "TestClass") in removeDisabledComponentsFromNotifiedComponents() 174 val testComponent2 = ComponentName("com.test.package2", "TestClass2") in removeDisabledComponentsFromNotifiedComponents() 210 val testComponent = ComponentName("com.test.package", "TestClass") in markAsNotified() 225 val testComponent = ComponentName("com.test.package", "TestClass") in markAsNotified_notifySecondComponent() 226 val testComponent2 = ComponentName("com.test.package2", "TestClass2") in markAsNotified_notifySecondComponent() 255 val testComponent = ComponentName("com.test.package", "TestClass") in markAsNotified_notifySecondComponent_ensureFirstComponentNotModified() 256 val testComponent2 = ComponentName("com.test.package2", "TestClass2") in markAsNotified_notifySecondComponent_ensureFirstComponentNotModified() 288 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents() 289 val testComponent2 = ComponentName("com.test.package2", "TestClass2") in removeFromNotifiedComponents() [all …]
|
/packages/apps/Settings/src/com/android/settings/notification/modes/ |
D | ConfigurationActivityHelper.java | 21 import android.content.ComponentName; 49 Function<ComponentName, ComponentInfo> approvedServiceFinder) { in getConfigurationActivityIntentForMode() argument 52 ComponentName configActivity = null; in getConfigurationActivityIntentForMode() 79 ComponentName getConfigurationActivityFromApprovedComponent(ComponentInfo ci) { in getConfigurationActivityFromApprovedComponent() 80 ComponentName configActivity = extractConfigurationActivityFromComponent(ci); in getConfigurationActivityFromApprovedComponent() 98 private ComponentName extractConfigurationActivityFromComponent(ComponentInfo ci) { in extractConfigurationActivityFromComponent() 101 return new ComponentName(ci.packageName, ci.name); in extractConfigurationActivityFromComponent() 107 return ComponentName.unflattenFromString(configurationActivity); in extractConfigurationActivityFromComponent() 116 private boolean isSameOwnerPackage(String ownerPkg, ComponentName activityName) { in isSameOwnerPackage() 134 private boolean isResolvableActivity(ComponentName activityName) { in isResolvableActivity()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | NotificationAccessConfirmationActivityTest.java | 28 import android.content.ComponentName; 49 ComponentName cn = new ComponentName("com.example", "com.example.SomeService"); in onCreate_setsWindowFlags() 62 ComponentName cn = new ComponentName("com.example", "com.example.SomeService"); in start_withMissingIntentFilter_finishes() 73 ComponentName cn = new ComponentName("com.example", "com.example.SomeService"); in start_withMissingPackage_finishes() 83 ComponentName longCn = new ComponentName("com.example", Strings.repeat("Blah", 150)); in start_componentNameTooLong_finishes() 93 ComponentName cn) { in startActivityWithIntent()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/security/trustagent/ |
D | TrustAgentsPreferenceControllerTest.java | 22 import android.content.ComponentName; 53 private static final ComponentName TRUST_AGENT_A = new ComponentName( 55 private static final ComponentName TRUST_AGENT_B = new ComponentName( 57 private static final ComponentName TRUST_AGENT_C = new ComponentName( 59 private static final ComponentName TRUST_AGENT_D = new ComponentName( 158 private void installFakeAvailableAgent(ComponentName name, in installFakeAvailableAgent() 174 private void uninstallAgent(ComponentName name) { in uninstallAgent()
|
/packages/modules/Nfc/NfcNci/NfcMigration/src/com/android/nfc/cardemulation/ |
D | RegisteredServicesCacheMigration.java | 23 import android.content.ComponentName; 92 final HashMap<ComponentName, ApduServiceInfo> services = 94 final HashMap<ComponentName, DynamicSettings> dynamicSettings = 96 final HashMap<ComponentName, OtherServiceStatus> others = 142 new ComponentName(context, getClass()), CATEGORY_PAYMENT); in RegisteredServicesCacheMigration() 211 for (Map.Entry<ComponentName, DynamicSettings> entry : in handleMigrationDynamicSettings() 214 ComponentName component = entry.getKey(); in handleMigrationDynamicSettings() 267 ComponentName component = service.getComponent(); in handleMigrationOtherServices() 273 "setServiceEnabledForCategoryOther", ComponentName.class, in handleMigrationOtherServices() 291 private Map<Integer, List<Pair<ComponentName, DynamicSettings>>> [all …]
|