Home
last modified time | relevance | path

Searched defs:componentName (Results 101 – 125 of 786) sorted by relevance

12345678910>>...32

/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureContextTest.java40 final ComponentName componentName = new ComponentName("component", "name"); in testConstructorAdditionalFlags() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
H A DDeviceAdminActivatedAppsPreferenceController.java37 protected boolean isIncluded(ComponentName componentName) { in isIncluded()
H A DDeviceAdminDeactivatedAppsPreferenceController.java37 protected boolean isIncluded(ComponentName componentName) { in isIncluded()
/aosp14/frameworks/base/core/java/android/view/
H A DIPinnedTaskListener.aidl52 void onActivityHidden(in ComponentName componentName); in onActivityHidden()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureContextTest.java40 final ComponentName componentName = new ComponentName("component", "name"); in testConstructorAdditionalFlags() local
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DPolicyWarningUIController.java212 final ComponentName componentName = intent.getParcelableExtra( in onReceive() local
243 private void trySendNotification(int userId, ComponentName componentName) { in trySendNotification()
273 private void launchSettings(int userId, ComponentName componentName) { in launchSettings()
286 protected void onNotificationCanceled(int userId, ComponentName componentName) { in onNotificationCanceled()
H A DAccessibilityServiceConnection.java72 ComponentName componentName, in AccessibilityServiceConnection()
159 public void onServiceConnected(ComponentName componentName, IBinder service) { in onServiceConnected()
232 public void onServiceDisconnected(ComponentName componentName) { in onServiceDisconnected()
/aosp12/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java260 ComponentName componentName = in isOnDeviceRecognitionAvailable() local
479 public void setTemporaryOnDeviceRecognizer(@Nullable ComponentName componentName) { in setTemporaryOnDeviceRecognizer()
541 private void handleSetTemporaryComponent(ComponentName componentName) { in handleSetTemporaryComponent()
593 ComponentName componentName = getSpeechRecognizerComponentName(); in connectToSystemService() local
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DAppPredictionServiceResolverComparator.java160 ComponentName componentName = new ComponentName( in handleSortedAppTargets() local
204 void updateModel(ComponentName componentName) { in updateModel()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DPreviewInflater.java61 public View inflatePreviewFromService(ComponentName componentName) { in inflatePreviewFromService()
94 private WidgetInfo getWidgetInfoFromService(ComponentName componentName) { in getWidgetInfoFromService()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalKeyManager.java118 GlobalKeyAction(String componentName, String dispatchWhenNonInteractive) { in GlobalKeyAction()
139 String componentName = parser.getAttributeValue(null, ATTR_COMPONENT); in loadGlobalKeys() local
/aosp12/packages/apps/SpareParts/src/com/android/spare_parts/
H A DEnabler.java37 final ComponentName componentName = new ComponentName(context, SpareParts.class); in onReceive() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DResumeMediaBrowserFactory.java45 ComponentName componentName) { in create()
/aosp12/packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/edit/
H A DEditInfoActivityTest.java94 final ComponentName componentName = new ComponentName( in testInitialState() local
124 final ComponentName componentName = new ComponentName( in testClearAllPreferences() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/
H A DPackageUserStateUtils.java61 boolean isComponentDirectBootAware, String componentName, long flags) { in isMatch()
119 boolean isPackageEnabled, boolean isComponentEnabled, String componentName, in isEnabled()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalKeyManager.java117 GlobalKeyAction(String componentName, String dispatchWhenNonInteractive) { in GlobalKeyAction()
137 String componentName = parser.getAttributeValue(null, ATTR_COMPONENT); in loadGlobalKeys() local
/aosp14/frameworks/base/services/core/java/com/android/server/tracing/
H A DTracingServiceProxy.java251 private boolean hasPermission(@NonNull ComponentName componentName, in hasPermission()
263 private boolean hasBindServicePermission(@NonNull ComponentName componentName) { in hasBindServicePermission()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/conditional/
H A DBackgroundDataConditionControllerTest.java61 final ComponentName componentName = in onPrimaryClick_shouldReturn2SummaryActivity() local
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/
H A DBiometricActionDisabledByAdminControllerTest.java61 ComponentName componentName = mock(ComponentName.class); in buttonClicked() local
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/
H A DBiometricActionDisabledByAdminControllerTest.java69 ComponentName componentName = new ComponentName("com.android.test", "AThing"); in buttonClicked() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPluginFragment.java170 ComponentName componentName = new ComponentName(mInfo.packageName, in isPluginEnabled() local
183 ComponentName componentName = new ComponentName(mInfo.packageName, in persistBoolean() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPluginFragment.java170 ComponentName componentName = new ComponentName(mInfo.packageName, in isPluginEnabled() local
183 ComponentName componentName = new ComponentName(mInfo.packageName, in persistBoolean() local
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/
H A DPermissionControllerApplication.java67 ComponentName componentName = new ComponentName(this, SpecialAppAccessListActivity.class); in updateSpecialAppAccessListActivityEnabledState() local
/aosp12/frameworks/base/core/java/android/service/autofill/augmented/
H A DHelper.java34 @NonNull ComponentName componentName, int mSessionId, long durationMs) { in logResponse()
/aosp12/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/tests/
H A DServiceStartPerfTest.java58 final ComponentName componentName = mContext.startService(intent); in startService() local

12345678910>>...32