Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java1398 private long mResultLong = Long.MIN_VALUE; field in SQLiteConnection.OperationLog
1406 mResultLong = Long.MIN_VALUE; in beginOperation()
1427 operation.mResultLong = Long.MIN_VALUE; in beginOperation()
1485 mResultLong = longResult; in setResult()
1511 operation.mResultLong = mResultLong; in logOperationLocked()
1596 public long mResultLong; // MIN_VALUE means "value not set". field in SQLiteConnection.Operation
1637 if (mResultLong != Long.MIN_VALUE) { in describe()
1638 msg.append(", result=").append(mResultLong); in describe()