Searched refs:componentString (Results 1 – 6 of 6) sorted by relevance
68 private boolean isTaskVisible(String componentString, in isTaskVisible() argument70 return activeComponents.containsKey(componentString) && activeComponents.get( in isTaskVisible()71 componentString).isVisible(); in isTaskVisible()
172 @Nullable String componentString, @Nullable String accountId) { in composePhoneAccountHandle()173 return composePhoneAccountHandle(componentString, accountId, null); in composePhoneAccountHandle()179 @Nullable String componentString, @Nullable String accountId, in composePhoneAccountHandle()181 if (TextUtils.isEmpty(componentString) || TextUtils.isEmpty(accountId)) { in composePhoneAccountHandle()184 final ComponentName componentName = ComponentName.unflattenFromString(componentString); in composePhoneAccountHandle()
107 final String componentString = componentName.flattenToString(); in onAccessibilityServiceConfirmed() local110 componentString); in onAccessibilityServiceConfirmed() local121 boolean shouldEnable = componentString.equals(pref.getKey()); in onAccessibilityServiceConfirmed()
71 for (String componentString : pinnedAppsComponents) { in loadData()73 mainIntent.setComponent(ComponentName.unflattenFromString(componentString)); in loadData()
209 String componentString = Settings.Secure.getStringForUser(mContext.getContentResolver(), in getDefaultPaymentApp() local211 if (componentString != null) { in getDefaultPaymentApp()212 return ComponentName.unflattenFromString(componentString); in getDefaultPaymentApp()
136 final String componentString = data.getStringExtra(EXTRA_SERVICE_KEY); in onActivityResult() local139 componentString); in onActivityResult() local