Searched refs:mComponentName (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAppInfo.java26 private final ComponentName mComponentName; field in class:AppInfo
31 mComponentName = componentName;
36 return mComponentName;
52 return mComponentName.equals(other.mComponentName) && mUser.equals(other.mUser);
/frameworks/base/core/java/android/service/chooser/
H A DChooserTarget.java62 private ComponentName mComponentName; field in class:ChooserTarget
112 mComponentName = componentName;
124 mComponentName = ComponentName.readFromParcel(in);
165 return mComponentName;
180 + mComponentName
201 ComponentName.writeToParcel(mComponentName, dest);
/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccountHandle.java43 private final ComponentName mComponentName; field in class:PhoneAccountHandle
58 mComponentName = componentName;
70 return mComponentName;
103 return Objects.hash(mComponentName, mId, mUserHandle);
110 return new StringBuilder().append(mComponentName)
139 mComponentName.writeToParcel(out, flags);
/frameworks/base/core/java/android/content/pm/
H A DLauncherActivityInfo.java41 private ComponentName mComponentName; field in class:LauncherActivityInfo
54 mComponentName = new ComponentName(info.packageName, info.name);
68 return mComponentName;
/frameworks/av/media/libstagefright/
H A DFrameRenderTracker.cpp30 mComponentName("unknown component") {
37 mComponentName = componentName;
93 mComponentName.c_str(), (long long)systemNano, (long long)mediaTimeUs);
100 mComponentName.c_str(), (long long)systemNano, (long long)mediaTimeUs);
173 mComponentName.c_str(), (long long)mLastRenderTimeNs);
H A DSimpleDecodingSource.cpp99 mCodec->getName(&mComponentName);
235 mComponentName.c_str(), in_ix);
257 ALOGI("[%s] failed to queue input EOS", mComponentName.c_str());
285 mComponentName.c_str(),
295 ALOGI("[%s] failed to queue input buffer #%zu", mComponentName.c_str(), in_ix);
317 mComponentName.c_str(), retries);
337 mComponentName.c_str(), out_ix);
H A DACodec.cpp613 ALOGV("[%s] signalFlush", mComponentName.c_str());
834 mComponentName.c_str(),
1068 mComponentName.c_str(), newBufferCount, err);
1104 mComponentName.c_str(), bufferCount, bufferSize);
1139 mComponentName.c_str(),
1185 mComponentName.c_str(), bufferCount);
1219 mComponentName.c_str(), info.mBufferID, mem->pointer());
1229 mComponentName.c_str(), bufferCount, bufferSize);
1280 mComponentName.c_str(), info->mBufferID, info->mGraphicBuffer.get());
1318 ALOGI("[%s] %s port has %zu buffers:", mComponentName
[all...]
H A DMediaCodec.cpp1144 mComponentName.clear();
1228 CHECK(msg->findString("componentName", &mComponentName));
1230 if (mComponentName.startsWith("OMX.google.")) {
1237 if (mComponentName.endsWith(".secure")) {
1270 mComponentName.c_str(),
1294 mComponentName.c_str(),
1413 mComponentName.c_str(), mOutputFormat->debugString(4).c_str());
1427 mComponentName.c_str(), dataSpace);
1602 mComponentName.clear();
1936 mComponentName
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProvider.java297 private final ComponentName mComponentName; field in class:MediaRouteProvider.ProviderMetadata
303 mComponentName = componentName;
310 return mComponentName.getPackageName();
317 return mComponentName;
323 + mComponentName.flattenToShortString() + " }";
H A DRegisteredMediaRouteProvider.java50 private final ComponentName mComponentName; field in class:RegisteredMediaRouteProvider
62 mComponentName = componentName;
129 return "Service connection " + mComponentName.flattenToShortString();
133 return mComponentName.getPackageName().equals(packageName)
134 && mComponentName.getClassName().equals(className);
197 service.setComponent(mComponentName);
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsSession.java41 private final ComponentName mComponentName; field in class:CustomTabsSession
47 mComponentName = componentName;
150 return mComponentName;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp86 mComponentName("decoder") {
122 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str());
263 mComponentName = mime;
264 mComponentName.append(" decoder");
265 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get());
272 mCodec->getName(&mComponentName);
273 mComponentName.append(".secure");
275 ALOGI("[%s] creating", mComponentName.c_str());
277 mCodecLooper, mComponentName.c_str(), NULL /* err */, mPid);
288 mCodec->getName(&mComponentName);
[all...]
H A DNuPlayerDecoderPassThrough.cpp54 mComponentName("pass through decoder") {
62 ALOGV("[%s] onConfigure", mComponentName.c_str());
108 mComponentName.c_str(), mCachedBytes, mReachedEOS, mPaused);
314 mComponentName.c_str(), (long long)resumeAtMediaTimeUs);
328 mComponentName.c_str(), (long long)timeUs);
414 ALOGV("[%s] onMessage: %s", mComponentName.c_str(),
H A DNuPlayerDecoderPassThrough.h68 AString mComponentName; member in struct:android::NuPlayer::DecoderPassThrough
H A DNuPlayerDecoder.h105 AString mComponentName; member in struct:android::NuPlayer::Decoder
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java46 private final ComponentName mComponentName; field in class:RemoteDisplayProviderProxy
67 mComponentName = componentName;
128 return mComponentName.getPackageName().equals(packageName)
129 && mComponentName.getClassName().equals(className);
133 return mComponentName.flattenToShortString();
191 service.setComponent(mComponentName);
307 return "Service connection " + mComponentName.flattenToShortString();
H A DMediaSessionService.java269 enforceMediaPermissions(listener.mComponentName, listener.mPid, listener.mUid,
272 Log.i(TAG, "ActiveSessionsListener " + listener.mComponentName
599 private final ComponentName mComponentName; field in class:MediaSessionService.SessionsListenerRecord
608 mComponentName = componentName;
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java65 private final ComponentName mComponentName; field in class:RemotePrintService
118 mComponentName = componentName;
119 mIntent = new Intent().setComponent(mComponentName);
127 return mComponentName;
502 if (printerId.getServiceName().equals(mComponentName)) {
512 .append(mComponentName.flattenToString()).println();
724 return service.mSpooler.getPrintJobInfos(service.mComponentName,
836 throwIfPrinterIdsForPrinterInfoTampered(service.mComponentName, addedPrinters);
852 throwIfPrinterIdsTampered(service.mComponentName, removedPrinterIds);
/frameworks/av/include/media/stagefright/
H A DFrameRenderTracker.h136 AString mComponentName; member in struct:android::FrameRenderTracker
H A DSimpleDecodingSource.h87 AString mComponentName; member in class:android::SimpleDecodingSource
H A DMediaCodecList.h79 static uint32_t getQuirksFor(const char *mComponentName);
H A DMediaFilter.h116 AString mComponentName; member in struct:android::MediaFilter
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java234 && !mServiceConnection.mComponentName.equals(componentName)) {
450 private final ComponentName mComponentName; field in class:NetworkScoreService.ScoringServiceConnection
455 mComponentName = componentName;
461 service.setComponent(mComponentName);
500 writer.println("ScoringServiceConnection: " + mComponentName + ", bound: " + mBound
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderProxy.java49 private final ComponentName mComponentName; field in class:TvRemoteProviderProxy
73 mComponentName = componentName;
93 return mComponentName.getPackageName().equals(packageName)
94 && mComponentName.getClassName().equals(className);
147 service.setComponent(mComponentName);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java294 String servicePkg = boundService.mComponentName.getPackageName();
529 if (!sFakeAccessibilityServiceComponentName.equals(service.mComponentName)
1143 userState.mComponentNameToServiceMap.put(service.mComponentName, service);
1163 userState.mComponentNameToServiceMap.put(boundService.mComponentName, boundService);
1406 state.mTouchExplorationGrantedServices.add(service.mComponentName);
1701 if (userState.mTouchExplorationGrantedServices.contains(service.mComponentName)) {
2237 ComponentName mComponentName; field in class:AccessibilityManagerService.Service
2273 mComponentName = componentName;
2277 mIntent = new Intent().setComponent(mComponentName);
2340 userState.mBindingServices.add(mComponentName);
[all...]

Completed in 858 milliseconds

12