Searched refs:mContextHubInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DContextHubService.java77 private final ContextHubInfo[] mContextHubInfo; field in class:ContextHubService
86 mContextHubInfo = nativeInitialize();
88 for (int i = 0; i < mContextHubInfo.length; i++) {
89 Log.d(TAG, "ContextHub[" + i + "] id: " + mContextHubInfo[i].getId()
90 + ", name: " + mContextHubInfo[i].getName());
106 int[] returnArray = new int[mContextHubInfo.length];
112 mContextHubInfo[i].getName(), returnArray[i]));
121 if (!(contextHubHandle >= 0 && contextHubHandle < mContextHubInfo.length)) {
126 return mContextHubInfo[contextHubHandle];
133 if (!(contextHubHandle >= 0 && contextHubHandle < mContextHubInfo
[all...]

Completed in 1091 milliseconds