Home
last modified time | relevance | path

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

12

/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/quicksettings/
DTile.java62 private ComponentName mComponentName; field in Tile
82 mComponentName = componentName; in Tile()
96 return mComponentName; in getComponentName()
204 if (mComponentName != null) { in writeToParcel()
206 mComponentName.writeToParcel(dest, flags); in writeToParcel()
223 mComponentName = ComponentName.CREATOR.createFromParcel(source); in readFromParcel()
225 mComponentName = null; in readFromParcel()
/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/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp73 mComponentName("decoder") { in Decoder()
108 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
249 mComponentName = mime; in onConfigure()
250 mComponentName.append(" decoder"); in onConfigure()
251 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get()); in onConfigure()
258 mCodec->getName(&mComponentName); in onConfigure()
259 mComponentName.append(".secure"); in onConfigure()
261 ALOGI("[%s] creating", mComponentName.c_str()); in onConfigure()
263 mCodecLooper, mComponentName.c_str(), NULL /* err */, mPid); in onConfigure()
274 mCodec->getName(&mComponentName); in onConfigure()
[all …]
DNuPlayerDecoderPassThrough.cpp54 mComponentName("pass through decoder") { in DecoderPassThrough()
62 ALOGV("[%s] onConfigure", mComponentName.c_str()); in onConfigure()
108 mComponentName.c_str(), mCachedBytes, mReachedEOS, mPaused); in isDoneFetching()
314 mComponentName.c_str(), (long long)resumeAtMediaTimeUs); in onInputBufferFetched()
328 mComponentName.c_str(), (long long)timeUs); in onInputBufferFetched()
414 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), in onMessageReceived()
DNuPlayerDecoderPassThrough.h68 AString mComponentName; member
DNuPlayerDecoder.h95 AString mComponentName; member
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouteProvider.java264 private final ComponentName mComponentName; field in MediaRouteProvider.ProviderMetadata
270 mComponentName = componentName; in ProviderMetadata()
277 return mComponentName.getPackageName(); in getPackageName()
284 return mComponentName; in getComponentName()
290 + mComponentName.flattenToShortString() + " }"; in toString()
DRegisteredMediaRouteProvider.java49 private final ComponentName mComponentName; field in RegisteredMediaRouteProvider
61 mComponentName = componentName; in RegisteredMediaRouteProvider()
96 return mComponentName.getPackageName().equals(packageName) in hasComponentName()
97 && mComponentName.getClassName().equals(className); in hasComponentName()
160 service.setComponent(mComponentName); in bind()
291 return "Service connection " + mComponentName.flattenToShortString(); in toString()
/frameworks/av/media/libstagefright/
DFrameRenderTracker.cpp30 mComponentName("unknown component") { in FrameRenderTracker()
37 mComponentName = componentName; in setComponentName()
93 mComponentName.c_str(), (long long)systemNano, (long long)mediaTimeUs); in onFrameRendered()
100 mComponentName.c_str(), (long long)systemNano, (long long)mediaTimeUs); in onFrameRendered()
173 mComponentName.c_str(), (long long)mLastRenderTimeNs); in dumpRenderQueue()
DSimpleDecodingSource.cpp97 mCodec->getName(&mComponentName); in SimpleDecodingSource()
233 mComponentName.c_str(), in_ix); in doRead()
255 ALOGI("[%s] failed to queue input EOS", mComponentName.c_str()); in doRead()
283 mComponentName.c_str(), in doRead()
293 ALOGI("[%s] failed to queue input buffer #%zu", mComponentName.c_str(), in_ix); in doRead()
315 mComponentName.c_str(), retries); in doRead()
335 mComponentName.c_str(), out_ix); in doRead()
DACodec.cpp613 ALOGV("[%s] signalFlush", mComponentName.c_str()); in signalFlush()
834 mComponentName.c_str(), in allocateBuffersOnPort()
1068 mComponentName.c_str(), newBufferCount, err); in configureOutputBuffersFromNativeWindow()
1104 mComponentName.c_str(), bufferCount, bufferSize); in allocateOutputBuffersFromNativeWindow()
1139 mComponentName.c_str(), in allocateOutputBuffersFromNativeWindow()
1185 mComponentName.c_str(), bufferCount); in allocateOutputMetadataBuffers()
1219 mComponentName.c_str(), info.mBufferID, mem->pointer()); in allocateOutputMetadataBuffers()
1229 mComponentName.c_str(), bufferCount, bufferSize); in allocateOutputMetadataBuffers()
1280 mComponentName.c_str(), info->mBufferID, info->mGraphicBuffer.get()); in submitOutputMetadataBuffer()
1318 ALOGI("[%s] %s port has %zu buffers:", mComponentName.c_str(), in dumpBuffers()
[all …]
DMediaCodec.cpp1144 mComponentName.clear(); in onMessageReceived()
1228 CHECK(msg->findString("componentName", &mComponentName)); in onMessageReceived()
1230 if (mComponentName.startsWith("OMX.google.")) { in onMessageReceived()
1237 if (mComponentName.endsWith(".secure")) { in onMessageReceived()
1270 mComponentName.c_str(), in onMessageReceived()
1294 mComponentName.c_str(), in onMessageReceived()
1413 mComponentName.c_str(), mOutputFormat->debugString(4).c_str()); in onMessageReceived()
1427 mComponentName.c_str(), dataSpace); in onMessageReceived()
1602 mComponentName.clear(); in onMessageReceived()
1936 mComponentName.clear(); in onMessageReceived()
[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/support/customtabs/src/android/support/customtabs/
DCustomTabsSession.java37 private final ComponentName mComponentName; field in CustomTabsSession
43 mComponentName = componentName; in CustomTabsSession()
111 return mComponentName; in getComponentName()
/frameworks/base/core/java/android/content/pm/
DLauncherActivityInfo.java41 private ComponentName mComponentName; field in LauncherActivityInfo
54 mComponentName = new ComponentName(info.packageName, info.name); in LauncherActivityInfo()
68 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()
502 if (printerId.getServiceName().equals(mComponentName)) { in stopTrackingAllPrinters()
512 .append(mComponentName.flattenToString()).println(); in dump()
724 return service.mSpooler.getPrintJobInfos(service.mComponentName, in getPrintJobInfos()
836 throwIfPrinterIdsForPrinterInfoTampered(service.mComponentName, addedPrinters); in onPrintersAdded()
852 throwIfPrinterIdsTampered(service.mComponentName, removedPrinterIds); in onPrintersRemoved()
/frameworks/base/services/core/java/com/android/server/
DNetworkScoreService.java234 && !mServiceConnection.mComponentName.equals(componentName)) { in bindToScoringServiceIfNeeded()
450 private final ComponentName mComponentName; field in NetworkScoreService.ScoringServiceConnection
455 mComponentName = componentName; in ScoringServiceConnection()
461 service.setComponent(mComponentName); in connect()
500 writer.println("ScoringServiceConnection: " + mComponentName + ", bound: " + mBound in dump()
/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/av/include/media/stagefright/
DSimpleDecodingSource.h87 AString mComponentName; variable
DFrameRenderTracker.h136 AString mComponentName; member
DMediaCodecList.h79 static uint32_t getQuirksFor(const char *mComponentName);
DMediaFilter.h116 AString mComponentName; member
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java503 if (!sFakeAccessibilityServiceComponentName.equals(service.mComponentName) in getEnabledAccessibilityServiceList()
1116 userState.mComponentNameToServiceMap.put(service.mComponentName, service); in addServiceLocked()
1129 userState.mComponentNameToServiceMap.remove(service.mComponentName); in removeServiceLocked()
1372 state.mTouchExplorationGrantedServices.add(service.mComponentName); in showEnableTouchExplorationDialog()
1679 if (userState.mTouchExplorationGrantedServices.contains(service.mComponentName)) { in canRequestAndRequestsTouchExplorationLocked()
2209 ComponentName mComponentName; field in AccessibilityManagerService.Service
2245 mComponentName = componentName; in Service()
2249 mIntent = new Intent().setComponent(mComponentName); in Service()
2312 userState.mBindingServices.add(mComponentName); in bindLocked()
2318 userState.mBindingServices.add(mComponentName); in bindLocked()
[all …]

12