Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DContextHubServiceTransaction.java33 private final int mTransactionType; field in ContextHubServiceTransaction
42 mTransactionType = type; in ContextHubServiceTransaction()
92 return mTransactionType; in getTransactionType()
101 switch (mTransactionType) { in getTimeout()
132 return ContextHubTransaction.typeToString(mTransactionType, true /* upperCase */) in toString()
/frameworks/base/core/java/android/hardware/location/
DContextHubTransaction.java174 private int mTransactionType; field in ContextHubTransaction
202 mTransactionType = type; in ContextHubTransaction()
234 return mTransactionType; in getType()