Home
last modified time | relevance | path

Searched refs:mComponentName (Results 1 – 25 of 32) 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()
236 final Intent service = new Intent().setComponent(mComponentName); in bindInnerLocked()
239 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/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/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java60 private ComponentName mComponentName; field in ImsServiceController.ImsDeathRecipient
63 mComponentName = name; in ImsDeathRecipient()
68 Log.e(LOG_TAG, "ImsService(" + mComponentName + ") died. Restarting..."); in binderDied()
154 private final ComponentName mComponentName; field in ImsServiceController
231 mComponentName = componentName; in ImsServiceController()
244 mComponentName = componentName; in ImsServiceController()
267 mComponentName); in bind()
271 Log.i(LOG_TAG, "Binding ImsService:" + mComponentName); in bind()
276 Log.e(LOG_TAG, "Error binding (" + mComponentName + ") with exception: " in bind()
301 Log.i(LOG_TAG, "Unbinding ImsService: " + mComponentName); in unbind()
[all …]
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp92 mComponentName("decoder") { in Decoder()
132 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
292 mComponentName = mime; in onConfigure()
293 mComponentName.append(" decoder"); in onConfigure()
294 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get()); in onConfigure()
301 mCodec->getName(&mComponentName); in onConfigure()
302 mComponentName.append(".secure"); in onConfigure()
304 ALOGI("[%s] creating", mComponentName.c_str()); in onConfigure()
306 mCodecLooper, mComponentName.c_str(), NULL /* err */, mPid, mUid); in onConfigure()
317 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()
DNuPlayerDecoderPassThrough.h67 AString mComponentName; member
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouteProvider.java297 private final ComponentName mComponentName; field in MediaRouteProvider.ProviderMetadata
303 mComponentName = componentName; in ProviderMetadata()
310 return mComponentName.getPackageName(); in getPackageName()
317 return mComponentName; in getComponentName()
323 + mComponentName.flattenToShortString() + " }"; in toString()
DRegisteredMediaRouteProvider.java77 private final ComponentName mComponentName; field in RegisteredMediaRouteProvider
89 mComponentName = componentName; in RegisteredMediaRouteProvider()
156 return "Service connection " + mComponentName.flattenToShortString(); in toString()
160 return mComponentName.getPackageName().equals(packageName) in hasComponentName()
161 && mComponentName.getClassName().equals(className); in hasComponentName()
224 service.setComponent(mComponentName); in bind()
/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()
DSimpleDecodingSource.cpp110 mCodec->getName(&mComponentName); in SimpleDecodingSource()
246 mComponentName.c_str(), in_ix); in doRead()
268 ALOGI("[%s] failed to queue input EOS", mComponentName.c_str()); in doRead()
296 mComponentName.c_str(), in doRead()
315 ALOGI("[%s] failed to queue input buffer #%zu", mComponentName.c_str(), in_ix); in doRead()
337 mComponentName.c_str(), retries); in doRead()
357 mComponentName.c_str(), out_ix); in doRead()
DACodec.cpp651 ALOGV("[%s] signalFlush", mComponentName.c_str()); in signalFlush()
817 mComponentName.c_str(), in setPortMode()
880 mComponentName.c_str(), in allocateBuffersOnPort()
1198 mComponentName.c_str(), newBufferCount, err); in configureOutputBuffersFromNativeWindow()
1236 mComponentName.c_str(), bufferCount, bufferSize); in allocateOutputBuffersFromNativeWindow()
1276 mComponentName.c_str(), in allocateOutputBuffersFromNativeWindow()
1322 mComponentName.c_str(), bufferCount); in allocateOutputMetadataBuffers()
1344 mComponentName.c_str(), info.mBufferID); in allocateOutputMetadataBuffers()
1362 mComponentName.c_str(), info->mBufferID, info->mGraphicBuffer->handle); in submitOutputMetadataBuffer()
1394 ALOGI("[%s] %s port has %zu buffers:", mComponentName.c_str(), in dumpBuffers()
[all …]
DMediaCodec.cpp1485 mComponentName.clear(); in onMessageReceived()
1579 CHECK(msg->findString("componentName", &mComponentName)); in onMessageReceived()
1581 if (mComponentName.c_str()) { in onMessageReceived()
1582 mAnalyticsItem->setCString(kCodecCodec, mComponentName.c_str()); in onMessageReceived()
1585 if (mComponentName.startsWith("OMX.google.")) { in onMessageReceived()
1592 if (mComponentName.endsWith(".secure")) { in onMessageReceived()
1627 mComponentName.c_str(), in onMessageReceived()
1664 mComponentName.c_str(), in onMessageReceived()
1811 mComponentName.c_str(), mOutputFormat->debugString(4).c_str()); in onMessageReceived()
1825 mComponentName.c_str(), dataSpace); in onMessageReceived()
[all …]
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityServiceInfo.java398 private ComponentName mComponentName; field in AccessibilityServiceInfo
456 mComponentName = new ComponentName(serviceInfo.packageName, serviceInfo.name); in AccessibilityServiceInfo()
575 mComponentName = component; in setComponentName()
582 return mComponentName; in getComponentName()
593 return mComponentName.flattenToShortString(); in getId()
743 parcel.writeParcelable(mComponentName, flagz); in writeToParcel()
759 mComponentName = parcel.readParcelable(this.getClass().getClassLoader()); in initFromParcel()
771 return 31 * 1 + ((mComponentName == null) ? 0 : mComponentName.hashCode()); in hashCode()
786 if (mComponentName == null) { in equals()
787 if (other.mComponentName != null) { in equals()
[all …]
/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.java74 private final ComponentName mComponentName; field in RemoteFillService
113 mComponentName = componentName; in RemoteFillService()
114 mIntent = new Intent(AutofillService.SERVICE_INTERFACE).setComponent(mComponentName); in RemoteFillService()
194 .append(mComponentName.flattenToString()).println(); in dump()
287 mComponentName.getPackageName()); in dispatchOnFillRequestSuccess()
296 mCallbacks.onFillRequestFailure(message, mComponentName.getPackageName()); in dispatchOnFillRequestFailure()
314 mCallbacks.onSaveRequestSuccess(mComponentName.getPackageName()); in dispatchOnSaveRequestSuccess()
323 mCallbacks.onSaveRequestFailure(message, mComponentName.getPackageName()); in dispatchOnSaveRequestFailure()
392 + mComponentName + " is already destroyed"); in MyHandler()
DSession.java130 @NonNull private final ComponentName mComponentName; field in Session
231 if (!mComponentName.equals(componentNameFromApp)) {
232 Slog.w(TAG, "Activity " + mComponentName + " forged different component on "
234 structure.setActivityComponent(mComponentName);
440 mComponentName = appComponentName; in Session()
1022 mComponentName.getPackageName(), this, mPendingSaveUi); in showSaveLocked()
1378 mService.getServicePackageName(), mComponentName.getPackageName(), this); in onFillReady()
1703 return "Session: [id=" + id + ", pkg=" + mComponentName.getPackageName() + "]"; in toString()
1710 pw.print(prefix); pw.print("mComponentName: "); pw.println(mComponentName); in dumpLocked()
1933 return Helper.newLogMaker(category, mComponentName.getPackageName(), servicePackageName); in newLogMaker()
/frameworks/support/customtabs/src/android/support/customtabs/
DCustomTabsSession.java43 private final ComponentName mComponentName; field in CustomTabsSession
49 mComponentName = componentName; in CustomTabsSession()
193 return mComponentName; in getComponentName()
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintService.java65 private final ComponentName mComponentName; field in RemotePrintService
118 mComponentName = componentName; in RemotePrintService()
119 mIntent = new Intent().setComponent(mComponentName); in RemotePrintService()
127 return mComponentName; in getComponentName()
511 if (printerId.getServiceName().equals(mComponentName)) { in stopTrackingAllPrinters()
521 .append(mComponentName.flattenToString()).println(); in dump()
670 Slog.w(LOG_TAG, "Not handling " + message + " as service for " + mComponentName in handleMessage()
750 return service.mSpooler.getPrintJobInfos(service.mComponentName, in getPrintJobInfos()
862 throwIfPrinterIdsForPrinterInfoTampered(service.mComponentName, addedPrinters); in onPrintersAdded()
878 throwIfPrinterIdsTampered(service.mComponentName, removedPrinterIds); in onPrintersRemoved()
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteProviderProxy.java49 private final ComponentName mComponentName; field in TvRemoteProviderProxy
73 mComponentName = componentName; in TvRemoteProviderProxy()
93 return mComponentName.getPackageName().equals(packageName) in hasComponentName()
94 && mComponentName.getClassName().equals(className); in hasComponentName()
147 service.setComponent(mComponentName); in bind()
/frameworks/support/compat/java/android/support/v4/app/
DJobIntentService.java112 final ComponentName mComponentName; field in JobIntentService.WorkEnqueuer
118 mComponentName = cn; in WorkEnqueuer()
179 intent.setComponent(mComponentName); in enqueueWork()
333 JobInfo.Builder b = new JobInfo.Builder(jobId, mComponentName); in JobWorkEnqueuer()
/frameworks/av/media/libstagefright/include/media/stagefright/
DFrameRenderTracker.h139 AString mComponentName; member
DSimpleDecodingSource.h91 AString mComponentName; variable

12