Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofence.java32 private int mTransitionType; field in SimpleGeofence
50 this.mTransitionType = transition; in SimpleGeofence()
70 return mTransitionType; in getTransitionType()
81 .setTransitionTypes(mTransitionType) in toGeofence()