Searched refs:ignoreDisabled (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | InCallController.java | 2280 String packageName, int type, boolean ignoreDisabled) { in getInCallServiceComponent() argument 2282 packageName, type, ignoreDisabled); in getInCallServiceComponent() 2295 String packageName, int type, boolean ignoreDisabled) { in getInCallServiceComponents() argument 2297 type, ignoreDisabled); in getInCallServiceComponents() 2341 int requestedType, boolean ignoreDisabled) { in getInCallServiceComponents() argument 2399 foundComponentName, isRequestedType, isEnabled, ignoreDisabled, in getInCallServiceComponents() 2402 if ((!ignoreDisabled || isEnabled) && isRequestedType) { in getInCallServiceComponents()
|