Home
last modified time | relevance | path

Searched refs:createAndBind (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/icons/shared/model/
DModernStatusBarViewCreator.kt28 fun createAndBind(context: Context): ModernStatusBarView in interface() method
/frameworks/base/services/core/java/com/android/server/location/geofence/
DGeofenceProxy.java52 public static GeofenceProxy createAndBind(Context context, IGpsGeofenceHardware gpsGeofence) { in createAndBind() method in GeofenceProxy
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/
DIconManager.java176 ModernStatusBarView view = holder.getInitializer().createAndBind(mContext); in addBindableIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDemoStatusIcons.java287 ModernStatusBarView view = holder.getInitializer().createAndBind(mContext); in addBindableIcon()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java517 GeofenceProxy provider = GeofenceProxy.createAndBind(mContext, in onSystemThirdPartyAppsCanStart()
/frameworks/base/services/
Dart-wear-profile13998 PLcom/android/server/location/geofence/GeofenceProxy;->createAndBind(Landroid/content/Context;Landr…