Home
last modified time | relevance | path

Searched defs:componentName (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DSelectionItemTest.kt43 val componentName = ComponentName("pkg", "cls") in testMatchSameComponentName_panelSelected_true() constant
59 val componentName = ComponentName("pkg", "cls") in testMatchSameComponentName_panelSelection_true() constant
75 val componentName = ComponentName("pkg", "cls") in testMatchSameComponentSameStructure_true() constant
95 val componentName = ComponentName("pkg", "cls") in testMatchSameComponentDifferentStructure_false() constant
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleTaskViewTest.kt51 val componentName = ComponentName(context, "TestClass") in onTaskCreated_updatesState() constant
71 val componentName = ComponentName(context, "TestClass") in onTaskCreated_callsDelegateListener() constant
86 val componentName = ComponentName(context, "TestClass") in cleanup_validTaskId_removesTask() constant
/frameworks/base/services/core/java/com/android/server/statusbar/
DTileRequestTracker.java103 boolean shouldBeDenied(int userId, ComponentName componentName) { in shouldBeDenied()
112 void addDenial(int userId, ComponentName componentName) { in addDenial()
122 void resetRequests(int userId, ComponentName componentName) { in resetRequests()
132 mTrackingMap.forEach((user, componentName, value) -> { in dump() argument
/frameworks/base/services/credentials/java/com/android/server/credentials/
DClearRequestSession.java83 ComponentName componentName, ProviderSession.CredentialsSource source) { in onProviderStatusChanged()
96 ComponentName componentName, in onFinalResponseReceived()
104 protected void onProviderResponseComplete(ComponentName componentName) { in onProviderResponseComplete()
110 protected void onProviderTerminated(ComponentName componentName) { in onProviderTerminated()
133 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
DGetRequestSession.java140 public void onFinalResponseReceived(ComponentName componentName, in onFinalResponseReceived()
162 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
189 ComponentName componentName, ProviderSession.CredentialsSource source) { in onProviderStatusChanged()
215 protected void handleEmptyAuthenticationSelection(ComponentName componentName) { in handleEmptyAuthenticationSelection()
DGetCandidateRequestSession.java110 ComponentName componentName = providerGetCandidateSessions in initiateProviderSession() local
167 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
211 ComponentName componentName, ProviderSession.CredentialsSource source) { in onProviderStatusChanged()
231 public void onFinalResponseReceived(ComponentName componentName, in onFinalResponseReceived()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/util/
DComponentKey.java29 public final ComponentName componentName; field in ComponentKey
34 public ComponentKey(ComponentName componentName, UserHandle user) { in ComponentKey()
73 ComponentName componentName = ComponentName.unflattenFromString(str.substring(0, sep)); in fromString() local
/frameworks/base/core/java/android/content/pm/
DDataLoaderParams.java41 public static final @NonNull DataLoaderParams forStreaming(@NonNull ComponentName componentName, in forStreaming()
55 public static final @NonNull DataLoaderParams forIncremental( in forIncremental()
61 public DataLoaderParams(@NonNull @DataLoaderType int type, @NonNull ComponentName componentName, in DataLoaderParams()
DActivityPresentationInfo.java31 public final ComponentName componentName; field in ActivityPresentationInfo
34 @NonNull ComponentName componentName) { in ActivityPresentationInfo()
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h50 : mComponentName(componentName), in mComponentName() argument
114 : CCodecBuffers(componentName, name) { } in CCodecBuffers() argument
759 : InputBuffers(componentName, name) { } in InputBuffers() argument
810 : InputBuffers(componentName, name), in InputBuffers() argument
840 : InputBuffers(componentName, name), in InputBuffers() argument
974 : InputBuffers(componentName, name) { } in InputBuffers() argument
1015 : OutputBuffers(componentName, name) { } in OutputBuffers() argument
1088 : OutputBuffers(componentName, name), in OutputBuffers() argument
1152 : FlexOutputBuffers(componentName, name) { } in FlexOutputBuffers() argument
1165 : FlexOutputBuffers(componentName, name) { } in FlexOutputBuffers() argument
/frameworks/base/telecomm/java/android/telecom/
DRemoteConnectionManager.java40 ComponentName componentName, in addConnectionService()
68 ComponentName componentName = request.getAccountHandle().getComponentName(); in createRemoteConnection() local
96 ComponentName componentName = request.getAccountHandle().getComponentName(); in createRemoteConference() local
DPhoneAccountHandle.java80 public PhoneAccountHandle( in PhoneAccountHandle()
105 public PhoneAccountHandle( in PhoneAccountHandle()
205 private void checkParameters(ComponentName componentName, UserHandle userHandle) { in checkParameters()
/frameworks/base/core/java/android/speech/
DIRecognitionServiceManager.aidl30 in ComponentName componentName, in createSession()
35 void setTemporaryComponent(in ComponentName componentName); in setTemporaryComponent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DIPip.aidl44 Rect startSwipePipToHome(in ComponentName componentName, in ActivityInfo activityInfo, in startSwipePipToHome()
58 oneway void stopSwipePipToHome(int taskId, in ComponentName componentName, in stopSwipePipToHome()
68 oneway void abortSwipePipToHome(int taskId, in ComponentName componentName) = 3; in abortSwipePipToHome()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileServicesTest.java261 ComponentName componentName = mock(ComponentName.class); in testValidCustomTileStartsActivity() local
274 ComponentName componentName = mock(ComponentName.class); in testInvalidCustomTileDoesNotStartActivity() local
286 ComponentName componentName = mock(ComponentName.class); in testOnStartActivityCollapsesPanel() local
298 ComponentName componentName = mock(ComponentName.class); in testOnShowDialogCollapsesPanel() local
312 ComponentName componentName = new ComponentName("pkg", "cls"); in tileFreedForCorrectUser() local
348 ComponentName componentName = new ComponentName("pkg", "cls"); in tileFreedForCorrectUser_onStartListeningFromRequest() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/shared/
DTileSpecTest.kt45 val componentName = ComponentName("test_pkg", "test_cls") in customTile() constant
75 val componentName = ComponentName("test_pkg", "test_cls") in customTileNotEndsWithParenthesis_invalid() constant
/frameworks/base/core/java/com/android/internal/accessibility/util/
DAccessibilityStatsLogUtils.java83 ComponentName componentName, @UserShortcutType int shortcutType) { in logAccessibilityShortcutActivated()
100 Context context, ComponentName componentName, in logAccessibilityShortcutActivated()
119 private static void logAccessibilityShortcutActivatedInternal(ComponentName componentName, in logAccessibilityShortcutActivatedInternal()
154 public static void logAccessibilityButtonLongPressStatus(ComponentName componentName) { in logAccessibilityButtonLongPressStatus()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DEnforcingAdmin.java85 static EnforcingAdmin createEnterpriseEnforcingAdmin( in createEnterpriseEnforcingAdmin()
93 static EnforcingAdmin createEnterpriseEnforcingAdmin( in createEnterpriseEnforcingAdmin()
101 static EnforcingAdmin createDeviceAdminEnforcingAdmin(ComponentName componentName, int userId, in createDeviceAdminEnforcingAdmin()
157 String packageName, @Nullable ComponentName componentName, Set<String> authorities, in EnforcingAdmin()
185 String packageName, @Nullable ComponentName componentName, Set<String> authorities, in EnforcingAdmin()
359 ComponentName componentName = className == null in readFromXml() local
/frameworks/base/services/core/java/com/android/server/pm/pkg/
DPackageUserStateDefault.java160 public boolean isComponentEnabled(String componentName) { in isComponentEnabled()
165 public boolean isComponentDisabled(String componentName) { in isComponentDisabled()
195 public Pair<String, Integer> getOverrideLabelIconForComponent( in getOverrideLabelIconForComponent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPinnedStackListenerForwarder.java73 private void onActivityHidden(ComponentName componentName) { in onActivityHidden()
96 public void onActivityHidden(ComponentName componentName) { in onActivityHidden()
112 public void onActivityHidden(ComponentName componentName) {} in onActivityHidden()
/frameworks/base/core/java/android/service/dreams/
DIDreamManager.aidl36 void testDream(int userId, in ComponentName componentName); in testDream()
48 void setSystemDreamComponent(in ComponentName componentName); in setSystemDreamComponent()
49 void registerDreamOverlayService(in ComponentName componentName); in registerDreamOverlayService()
/frameworks/base/tests/TrustTests/src/android/trust/test/lib/
DTrustAgentRule.kt93 val componentName = ComponentName(context, serviceClass.java) in enableTrustAgent() constant
115 val componentName = ComponentName(context, serviceClass.java) in disableTrustAgent() constant
/frameworks/base/tests/TelephonyCommonTests/src/com/android/internal/telephony/tests/
DSmsApplicationTest.java168 ComponentName componentName = SmsApplication.getDefaultMmsApplicationAsUser(mContext, in testGetDefaultMmsApplicationAsUser() local
176 ComponentName componentName = SmsApplication in testGetDefaultExternalTelephonyProviderChangedApplicationAsUser() local
185 ComponentName componentName = SmsApplication.getDefaultRespondViaMessageApplicationAsUser( in testGetDefaultRespondViaMessageApplicationAsUserAsUser() local
193 ComponentName componentName = SmsApplication.getDefaultSimFullApplicationAsUser(mContext, in testGetDefaultSimFullApplicationAsUser() local
/frameworks/base/services/core/java/com/android/server/policy/
DTalkbackShortcutController.java61 ComponentName componentName = getTalkbackComponent(); in toggleTalkback() local
107 private void logStemTriplePressAccessibilityTelemetry(ComponentName componentName) { in logStemTriplePressAccessibilityTelemetry()
/frameworks/base/services/core/java/com/android/server/media/
DMediaButtonReceiverHolder.java94 ComponentName componentName = ComponentName.unflattenFromString(tokens[0]); in unflattenFromString() local
124 ComponentName componentName = getComponentName(pendingIntent, componentType); in create() local
143 ComponentName componentName, @ComponentType int componentType) { in MediaButtonReceiverHolder()
302 private static int getComponentType(Context context, ComponentName componentName) { in getComponentType()

12345678910>>...17