Home
last modified time | relevance | path

Searched refs:mBinderInterface (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/util/
DBinderKeyValueContainer.java65 private final V mBinderInterface; field in BinderKeyValueContainer.BinderInterfaceHolder
72 this.mBinderInterface = binderInterface; in BinderInterfaceHolder()
107 return holder == null ? null : holder.mBinderInterface; in get()
133 Slogf.i(TAG, "Replaced the existing callback %s", oldHolder.mBinderInterface); in put()
197 return holder.mBinderInterface; in valueAt()
235 Slogf.i(TAG, "Binder died, so remove %s", holder.mBinderInterface); in removeByBinderInterfaceHolder()
/packages/services/Car/service/src/com/android/car/
DAppFocusService.java64 private final StaticBinderInterface mBinderInterface; field in AppFocusService
105 mBinderInterface = binderInterface; in AppFocusService()
116 info = new ClientInfo(mAllChangeClients, listener, mBinderInterface.getCallingUid(), in registerFocusListener()
117 mBinderInterface.getCallingPid(), appType); in registerFocusListener()
186 mBinderInterface.getCallingUid(), mBinderInterface.getCallingPid()); in requestAppFocus()