Searched refs:mComponentName (Results 1 - 25 of 29) 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/core/java/android/service/quicksettings/
H A DTile.java62 private ComponentName mComponentName; field in class:Tile
82 mComponentName = componentName;
96 return mComponentName;
204 if (mComponentName != null) {
206 mComponentName.writeToParcel(dest, flags);
223 mComponentName = ComponentName.CREATOR.createFromParcel(source);
225 mComponentName = null;
/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/support/customtabs/src/android/support/customtabs/
H A DCustomTabsSession.java37 private final ComponentName mComponentName; field in class:CustomTabsSession
43 mComponentName = componentName;
111 return mComponentName;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProvider.java264 private final ComponentName mComponentName; field in class:MediaRouteProvider.ProviderMetadata
270 mComponentName = componentName;
277 return mComponentName.getPackageName();
284 return mComponentName;
290 + mComponentName.flattenToShortString() + " }";
H A DRegisteredMediaRouteProvider.java49 private final ComponentName mComponentName; field in class:RegisteredMediaRouteProvider
61 mComponentName = componentName;
96 return mComponentName.getPackageName().equals(packageName)
97 && mComponentName.getClassName().equals(className);
160 service.setComponent(mComponentName);
291 return "Service connection " + mComponentName.flattenToShortString();
/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.cpp97 mCodec->getName(&mComponentName);
233 mComponentName.c_str(), in_ix);
255 ALOGI("[%s] failed to queue input EOS", mComponentName.c_str());
283 mComponentName.c_str(),
293 ALOGI("[%s] failed to queue input buffer #%zu", mComponentName.c_str(), in_ix);
315 mComponentName.c_str(), retries);
335 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/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp73 mComponentName("decoder") {
108 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str());
249 mComponentName = mime;
250 mComponentName.append(" decoder");
251 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get());
258 mCodec->getName(&mComponentName);
259 mComponentName.append(".secure");
261 ALOGI("[%s] creating", mComponentName.c_str());
263 mCodecLooper, mComponentName.c_str(), NULL /* err */, mPid);
274 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.h95 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();
/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.java503 if (!sFakeAccessibilityServiceComponentName.equals(service.mComponentName)
1116 userState.mComponentNameToServiceMap.put(service.mComponentName, service);
1129 userState.mComponentNameToServiceMap.remove(service.mComponentName);
1372 state.mTouchExplorationGrantedServices.add(service.mComponentName);
1679 if (userState.mTouchExplorationGrantedServices.contains(service.mComponentName)) {
2209 ComponentName mComponentName; field in class:AccessibilityManagerService.Service
2245 mComponentName = componentName;
2249 mIntent = new Intent().setComponent(mComponentName);
2312 userState.mBindingServices.add(mComponentName);
2318 userState.mBindingServices.add(mComponentName);
[all...]

Completed in 4684 milliseconds

12