/frameworks/base/core/java/com/android/internal/app/ |
D | IUsageStats.aidl | 23 void noteResumeComponent(in ComponentName componentName); in noteResumeComponent() 24 void notePauseComponent(in ComponentName componentName); in notePauseComponent() 25 void noteLaunchTime(in ComponentName componentName, int millis); in noteLaunchTime() 26 PkgUsageStats getPkgUsageStats(in ComponentName componentName); in getPkgUsageStats()
|
/frameworks/base/core/java/android/service/dreams/ |
D | IDreamManager.aidl | 27 void setDreamComponent(in ComponentName componentName); in setDreamComponent() 29 void testDream(in ComponentName componentName); in testDream()
|
D | DreamManagerService.java | 122 public void bindDreamComponentL(ComponentName componentName, boolean test) { in bindDreamComponentL()
|
/frameworks/base/core/java/android/content/pm/ |
D | RegisteredServicesCache.java | 182 public final ComponentName componentName; field in RegisteredServicesCache.ServiceInfo 186 public ServiceInfo(V type, ComponentName componentName, int uid) { in ServiceInfo() 369 ComponentName componentName = new ComponentName(si.packageName, si.name); in parseServiceInfo() local
|
D | IPackageManager.aidl | 215 void setComponentEnabledSetting(in ComponentName componentName, in setComponentEnabledSetting() 221 int getComponentEnabledSetting(in ComponentName componentName, int userId); in getComponentEnabledSetting()
|
D | PackageManager.java | 2534 public abstract void setComponentEnabledSetting(ComponentName componentName, in setComponentEnabledSetting() 2553 public abstract int getComponentEnabledSetting(ComponentName componentName); in getComponentEnabledSetting()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | NavUtils.java | 227 public static Intent getParentActivityIntent(Context context, ComponentName componentName) in getParentActivityIntent() 261 public static String getParentActivityName(Context context, ComponentName componentName) in getParentActivityName()
|
/frameworks/base/core/java/android/app/ |
D | SearchDialog.java | 211 ComponentName componentName, Bundle appSearchData) { in show() 228 ComponentName componentName, Bundle appSearchData) { in doShow() 248 private boolean show(ComponentName componentName, Bundle appSearchData) { in show()
|
D | SearchManager.java | 748 public SearchableInfo getSearchableInfo(ComponentName componentName) { in getSearchableInfo()
|
D | ApplicationPackageManager.java | 1146 public void setComponentEnabledSetting(ComponentName componentName, in setComponentEnabledSetting() 1156 public int getComponentEnabledSetting(ComponentName componentName) { in getComponentEnabledSetting()
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 283 const char *componentName, const char *componentRole) { in testStateTransitions() 559 const char *componentName, const char *componentRole) { in testSeek() 734 const char *componentName, const char *componentRole) { in test() 756 const char *componentName = info.mName.string(); in testAll() local
|
/frameworks/base/services/java/com/android/server/am/ |
D | UsageStatsService.java | 680 public void noteResumeComponent(ComponentName componentName) { in noteResumeComponent() 730 public void notePauseComponent(ComponentName componentName) { in notePauseComponent() 761 public void noteLaunchTime(ComponentName componentName, int millis) { in noteLaunchTime() 788 public PkgUsageStats getPkgUsageStats(ComponentName componentName) { in getPkgUsageStats()
|
D | ProviderMap.java | 247 ComponentName componentName = name != null in dumpProvider() local
|
/frameworks/opt/calendar/src/com/android/calendarcommon/ |
D | ICalendar.java | 491 String componentName = extractValue(state); in parseLine() local 499 String componentName = extractValue(state); in parseLine() local
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 505 ComponentName componentName = new ComponentName("foo.bar", in registerUiTestAutomationService() local 901 ComponentName componentName = ComponentName.unflattenFromString( in updateServicesStateLocked() local 1198 public Service(ComponentName componentName, in Service() 1318 public void onServiceConnected(ComponentName componentName, IBinder service) { in onServiceConnected() 1601 public void onServiceDisconnected(ComponentName componentName) { in onServiceDisconnected()
|
/frameworks/av/media/libstagefright/ |
D | OMXCodec.cpp | 135 static bool IsSoftwareCodec(const char *componentName) { in IsSoftwareCodec() 209 const char *componentName = list->getCodecName(matchIndex); in findMatchingCodecs() local 258 bool OMXCodec::findCodecQuirks(const char *componentName, uint32_t *quirks) { in findCodecQuirks() 313 const char *componentName = componentNameBase; in Create() local 1292 const char *componentName, in OMXCodec() 4524 const char *componentName = matchingCodecs.itemAt(c).string(); in QueryCodecs() local 4542 const char *componentName, const char *mime, in QueryCodec()
|
D | MediaCodec.cpp | 523 AString componentName; in onMessageReceived() local
|
D | AwesomePlayer.cpp | 1512 const char *componentName; in initVideoDecoder() local
|
/frameworks/base/services/java/com/android/server/pm/ |
D | PackageSettingBase.java | 265 int getCurrentEnabledStateLPr(String componentName, int userId) { in getCurrentEnabledStateLPr()
|
D | Settings.java | 880 String componentName = parser.getAttributeValue(null, ATTR_NAME); in readComponentsLPr() local 2328 int getComponentEnabledSettingLPr(ComponentName componentName, int userId) { in getComponentEnabledSettingLPr()
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockPackageManager.java | 437 public void setComponentEnabledSetting(ComponentName componentName, in setComponentEnabledSetting() 443 public int getComponentEnabledSetting(ComponentName componentName) { in getComponentEnabledSetting()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMX.cpp | 196 char componentName[256]; in listNodes() local
|
/frameworks/base/services/java/com/android/server/ |
D | WallpaperManagerService.java | 671 boolean bindWallpaperComponentLocked(ComponentName componentName, boolean force, in bindWallpaperComponentLocked()
|
D | AppWidgetServiceImpl.java | 623 final ComponentName componentName = intent.getComponent(); in bindRemoteViewsService() local
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 376 const char *getComponentName(String8 &pkgName, String8 &componentName) { in getComponentName()
|