Home
last modified time | relevance | path

Searched defs:oldService (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManagerListenerBase.java42 ConnectionServiceWrapper oldService, in onConnectionServiceChanged()
H A DCallsManager.java165 ConnectionServiceWrapper oldService, in onConnectionServiceChanged()
H A DInCallController.java1304 ConnectionServiceWrapper oldService, in onConnectionServiceChanged()
/aosp12/frameworks/base/services/core/java/com/android/server/infra/
H A DAbstractMasterSystemService.java387 final S oldService = peekServiceForUserLocked(userId); in setTemporaryService() local
421 final S oldService = peekServiceForUserLocked(userId); in setDefaultServiceEnabled() local
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java1208 @Override public void onRegistration(IHealth oldService, IHealth newService, in onRegistration()
1556 void onRegistration(IHealth oldService, IHealth newService, String instance); in onRegistration()