Searched defs:ContextHubInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DContextHubInfo.java28 public class ContextHubInfo { class
46 public ContextHubInfo() { method in class:ContextHubInfo
367 private ContextHubInfo(Parcel in) { method in class:ContextHubInfo
410 public static final Parcelable.Creator<ContextHubInfo> CREATOR
411 = new Parcelable.Creator<ContextHubInfo>() {
412 public ContextHubInfo createFromParcel(Parcel in) {
413 return new ContextHubInfo(in);
416 public ContextHubInfo[] newArray(int size) {
417 return new ContextHubInfo[size];
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_ContextHubService.cpp365 struct ContextHubInfo { struct in namespace:android
373 ContextHubInfo hubInfo;
842 env->FindClass("android/hardware/location/ContextHubInfo");
1186 "()[Landroid/hardware/location/ContextHubInfo;",

Completed in 1381 milliseconds