Home
last modified time | relevance | path

Searched refs:mComponentName (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/am/
DPersistentConnection.java72 private final ComponentName mComponentName; field in PersistentConnection
111 Slog.w(mTag, "Connected: " + mComponentName.flattenToShortString()
115 Slog.i(mTag, "Connected: " + mComponentName.flattenToShortString()
126 Slog.i(mTag, "Disconnected: " + mComponentName.flattenToShortString()
139 Slog.w(mTag, "Binding died: " + mComponentName.flattenToShortString()
144 Slog.w(mTag, "Binding died: " + mComponentName.flattenToShortString()
160 mComponentName = componentName; in PersistentConnection()
170 return mComponentName; in getComponentName()
237 final Intent service = new Intent().setComponent(mComponentName); in bindInnerLocked()
240 Slog.d(mTag, "Attempting to connect to " + mComponentName); in bindInnerLocked()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAppInfo.java26 private final ComponentName mComponentName; field in AppInfo
31 mComponentName = componentName; in AppInfo()
36 return mComponentName; in getComponentName()
52 return mComponentName.equals(other.mComponentName) && mUser.equals(other.mUser); in equals()
/frameworks/base/core/java/android/service/chooser/
DChooserTarget.java62 private ComponentName mComponentName; field in ChooserTarget
112 mComponentName = componentName; in ChooserTarget()
124 mComponentName = ComponentName.readFromParcel(in); in ChooserTarget()
165 return mComponentName; in getComponentName()
180 + mComponentName in toString()
201 ComponentName.writeToParcel(mComponentName, dest); in writeToParcel()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
DSuggestionControllerMixinTest.java54 private ComponentName mComponentName; field in SuggestionControllerMixinTest
61 mComponentName = new ComponentName( in setUp()
73 mMixin = new SuggestionControllerMixin(mContext, mHost, mLifecycle, mComponentName); in goThroughLifecycle_onStartStop_shouldStartStopController()
87 mMixin = new SuggestionControllerMixin(mContext, mHost, mLifecycle, mComponentName); in onServiceConnected_shouldGetSuggestion()
98 mMixin = new SuggestionControllerMixin(mContext, mHost, mLifecycle, mComponentName); in onServiceConnected_hostNotAttached_shouldDoNothing()
108 mMixin = new SuggestionControllerMixin(mContext, mHost, mLifecycle, mComponentName); in onServiceDisconnected_hostNotAttached_shouldDoNothing()
116 mMixin = new SuggestionControllerMixin(mContext, mHost, mLifecycle, mComponentName); in doneLoadingg_shouldSetSuggestionLoaded()
/frameworks/base/telecomm/java/android/telecom/
DPhoneAccountHandle.java43 private final ComponentName mComponentName; field in PhoneAccountHandle
58 mComponentName = componentName; in PhoneAccountHandle()
70 return mComponentName; in getComponentName()
103 return Objects.hash(mComponentName, mId, mUserHandle); in hashCode()
110 return new StringBuilder().append(mComponentName) in toString()
139 mComponentName.writeToParcel(out, flags); in writeToParcel()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Decoder.cpp93 mComponentName("decoder") { in Decoder()
131 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
288 ALOGV("[%s] onConfigure (format=%s)", mComponentName.c_str(), format->debugString().c_str()); in onConfigure()
302 mComponentName = mime; in onConfigure()
303 mComponentName.append(" decoder"); in onConfigure()
304 ALOGV("[%s] onConfigure (nww=%p)", mComponentName.c_str(), in onConfigure()
311 if (mCodec->getName(&mComponentName) == OK) { in onConfigure()
312 mComponentName.append(".secure"); in onConfigure()
314 ALOGI("[%s] creating", mComponentName.c_str()); in onConfigure()
315 mCodec = AMediaCodecWrapper::CreateCodecByName(mComponentName); in onConfigure()
[all …]
DNuPlayer2DecoderPassThrough.cpp54 mComponentName("pass through decoder") { in DecoderPassThrough()
62 ALOGV("[%s] onConfigure", mComponentName.c_str()); in onConfigure()
103 mComponentName.c_str(), mCachedBytes, mReachedEOS, mPaused); in isDoneFetching()
312 mComponentName.c_str(), (long long)resumeAtMediaTimeUs); in onInputBufferFetched()
325 mComponentName.c_str(), (long long)timeUs); in onInputBufferFetched()
414 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), in onMessageReceived()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp93 mComponentName("decoder") { in Decoder()
133 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
293 mComponentName = mime; in onConfigure()
294 mComponentName.append(" decoder"); in onConfigure()
295 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get()); in onConfigure()
302 mCodec->getName(&mComponentName); in onConfigure()
303 mComponentName.append(".secure"); in onConfigure()
305 ALOGI("[%s] creating", mComponentName.c_str()); in onConfigure()
307 mCodecLooper, mComponentName.c_str(), NULL /* err */, mPid, mUid); in onConfigure()
318 mCodec->getName(&mComponentName); in onConfigure()
[all …]
DNuPlayerDecoderPassThrough.cpp55 mComponentName("pass through decoder") { in DecoderPassThrough()
63 ALOGV("[%s] onConfigure", mComponentName.c_str()); in onConfigure()
104 mComponentName.c_str(), mCachedBytes, mReachedEOS, mPaused); in isDoneFetching()
313 mComponentName.c_str(), (long long)resumeAtMediaTimeUs); in onInputBufferFetched()
326 mComponentName.c_str(), (long long)timeUs); in onInputBufferFetched()
415 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), in onMessageReceived()
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
DMediaRouteProvider.java298 private final ComponentName mComponentName; field in MediaRouteProvider.ProviderMetadata
304 mComponentName = componentName; in ProviderMetadata()
311 return mComponentName.getPackageName(); in getPackageName()
318 return mComponentName; in getComponentName()
324 + mComponentName.flattenToShortString() + " }"; in toString()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
DMediaRouteProvider.java295 private final ComponentName mComponentName; field in MediaRouteProvider.ProviderMetadata
301 mComponentName = componentName; in ProviderMetadata()
308 return mComponentName.getPackageName(); in getPackageName()
315 return mComponentName; in getComponentName()
321 + mComponentName.flattenToShortString() + " }"; in toString()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DDefaultAppInfoTest.java52 private ComponentName mComponentName; field in DefaultAppInfoTest
91 when(mComponentName.getPackageName()).thenReturn("com.android.settings"); in initInfoWithComponent_shouldLoadInfo()
93 mInfo = new DefaultAppInfo(mContext, mPackageManagerWrapper, 0 /* uid */, mComponentName); in initInfoWithComponent_shouldLoadInfo()
96 verify(mComponentName).flattenToString(); in initInfoWithComponent_shouldLoadInfo()
/frameworks/av/media/libstagefright/
DFrameRenderTracker.cpp30 mComponentName("unknown component") { in FrameRenderTracker()
37 mComponentName = componentName; in setComponentName()
95 mComponentName.c_str(), (long long)systemNano, (long long)mediaTimeUs); in onFrameRendered()
102 mComponentName.c_str(), (long long)systemNano, (long long)mediaTimeUs); in onFrameRendered()
175 mComponentName.c_str(), (long long)mLastRenderTimeNs); in dumpRenderQueue()
DACodec.cpp676 ALOGV("[%s] signalFlush", mComponentName.c_str()); in signalFlush()
842 mComponentName.c_str(), in setPortMode()
904 mComponentName.c_str(), in allocateBuffersOnPort()
1192 mComponentName.c_str(), newBufferCount, err); in configureOutputBuffersFromNativeWindow()
1230 mComponentName.c_str(), bufferCount, bufferSize); in allocateOutputBuffersFromNativeWindow()
1270 mComponentName.c_str(), in allocateOutputBuffersFromNativeWindow()
1316 mComponentName.c_str(), bufferCount); in allocateOutputMetadataBuffers()
1338 mComponentName.c_str(), info.mBufferID); in allocateOutputMetadataBuffers()
1356 mComponentName.c_str(), info->mBufferID, info->mGraphicBuffer->handle); in submitOutputMetadataBuffer()
1388 ALOGI("[%s] %s port has %zu buffers:", mComponentName.c_str(), in dumpBuffers()
[all …]
DSimpleDecodingSource.cpp129 mCodec->getName(&mComponentName); in SimpleDecodingSource()
265 mComponentName.c_str(), in_ix); in doRead()
287 ALOGI("[%s] failed to queue input EOS", mComponentName.c_str()); in doRead()
315 mComponentName.c_str(), in doRead()
334 ALOGI("[%s] failed to queue input buffer #%zu", mComponentName.c_str(), in_ix); in doRead()
356 mComponentName.c_str(), retries); in doRead()
376 mComponentName.c_str(), out_ix); in doRead()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityServiceInfo.java433 private ComponentName mComponentName; field in AccessibilityServiceInfo
491 mComponentName = new ComponentName(serviceInfo.packageName, serviceInfo.name); in AccessibilityServiceInfo()
610 mComponentName = component; in setComponentName()
617 return mComponentName; in getComponentName()
628 return mComponentName.flattenToShortString(); in getId()
779 parcel.writeParcelable(mComponentName, flagz); in writeToParcel()
796 mComponentName = parcel.readParcelable(this.getClass().getClassLoader()); in initFromParcel()
808 return 31 * 1 + ((mComponentName == null) ? 0 : mComponentName.hashCode()); in hashCode()
823 if (mComponentName == null) { in equals()
824 if (other.mComponentName != null) { in equals()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java68 private ComponentName mComponentName; field in ImsServiceController.ImsDeathRecipient
71 mComponentName = name; in ImsDeathRecipient()
76 Log.e(LOG_TAG, "ImsService(" + mComponentName + ") died. Restarting..."); in binderDied()
205 private final ComponentName mComponentName; field in ImsServiceController
322 mComponentName = componentName; in ImsServiceController()
340 mComponentName = componentName; in ImsServiceController()
367 mComponentName); in bind()
371 Log.i(LOG_TAG, "Binding ImsService:" + mComponentName); in bind()
381 Log.e(LOG_TAG, "Error binding (" + mComponentName + ") with exception: " in bind()
415 Log.i(LOG_TAG, "Unbinding ImsService: " + mComponentName); in unbind()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java78 mIntent = new Intent().setComponent(mComponentName); in AccessibilityServiceConnection()
102 userState.getBindingServicesLocked().add(mComponentName); in bindLocked()
126 if (userState.mEnabledServices.remove(mComponentName)) { in disableSelf()
181 if (bindingServices.contains(mComponentName) || mWasConnectedAndDied) { in initializeService()
182 bindingServices.remove(mComponentName); in initializeService()
229 ? null : mComponentName; in setSoftKeyboardShowMode()
306 return mComponentName.equals(userState.mServiceAssignedToAccessibilityButton); in isAccessibilityButtonAvailableLocked()
/frameworks/base/services/core/java/com/android/server/media/
DRemoteDisplayProviderProxy.java46 private final ComponentName mComponentName; field in RemoteDisplayProviderProxy
67 mComponentName = componentName; in RemoteDisplayProviderProxy()
128 return mComponentName.getPackageName().equals(packageName) in hasComponentName()
129 && mComponentName.getClassName().equals(className); in hasComponentName()
133 return mComponentName.flattenToShortString(); in getFlattenedComponentName()
191 service.setComponent(mComponentName); in bind()
307 return "Service connection " + mComponentName.flattenToShortString(); in toString()
/frameworks/base/core/java/android/content/pm/
DLauncherActivityInfo.java39 private ComponentName mComponentName; field in LauncherActivityInfo
52 mComponentName = new ComponentName(info.packageName, info.name); in LauncherActivityInfo()
66 return mComponentName; in getComponentName()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteFillService.java75 private final ComponentName mComponentName; field in RemoteFillService
119 mComponentName = componentName; in RemoteFillService()
120 mIntent = new Intent(AutofillService.SERVICE_INTERFACE).setComponent(mComponentName); in RemoteFillService()
208 .append(mComponentName.flattenToString()).println(); in dump()
311 mComponentName.getPackageName(), requestFlags); in dispatchOnFillRequestSuccess()
321 mComponentName.getPackageName()); in dispatchOnFillRequestFailure()
330 mComponentName.getPackageName()); in dispatchOnFillRequestTimeout()
349 mCallbacks.onSaveRequestSuccess(mComponentName.getPackageName(), intentSender); in dispatchOnSaveRequestSuccess()
358 mCallbacks.onSaveRequestFailure(message, mComponentName.getPackageName()); in dispatchOnSaveRequestFailure()
418 + mComponentName + " is already destroyed"); in checkIfDestroyed()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
DBenchmarkGroup.java78 private final ComponentName mComponentName; field in BenchmarkGroup
100 mComponentName = componentName; in BenchmarkGroup()
118 return mComponentName; in getComponentName()
/frameworks/support/browser/src/main/java/androidx/browser/customtabs/
DCustomTabsSession.java46 private final ComponentName mComponentName; field in CustomTabsSession
67 mComponentName = componentName; in CustomTabsSession()
244 return mComponentName; in getComponentName()
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintService.java72 private final ComponentName mComponentName; field in RemotePrintService
124 mComponentName = componentName; in RemotePrintService()
125 mIntent = new Intent().setComponent(mComponentName); in RemotePrintService()
132 return mComponentName; in getComponentName()
529 if (printerId.getServiceName().equals(mComponentName)) { in stopTrackingAllPrinters()
538 mComponentName); in dump()
690 return service.mSpooler.getPrintJobInfos(service.mComponentName, in getPrintJobInfos()
802 throwIfPrinterIdsForPrinterInfoTampered(service.mComponentName, addedPrinters); in onPrintersAdded()
818 throwIfPrinterIdsTampered(service.mComponentName, removedPrinterIds); in onPrintersRemoved()
/frameworks/support/media/src/main/java/androidx/media/
DSessionToken2.java95 private final ComponentName mComponentName; field in SessionToken2
123 mComponentName = serviceComponent; in SessionToken2()
166 mComponentName = (mType == TYPE_SESSION) ? null in SessionToken2()
228 return mComponentName; in getComponentName()

12