Home
last modified time | relevance | path

Searched defs:createAndBind (Results 1 – 2 of 2) 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