Searched refs:mResultLong (Results 1 – 1 of 1) sorted by relevance
1461 private long mResultLong = Long.MIN_VALUE; field in SQLiteConnection.OperationLog1469 mResultLong = Long.MIN_VALUE; in beginOperation()1490 operation.mResultLong = Long.MIN_VALUE; in beginOperation()1548 mResultLong = longResult; in setResult()1574 operation.mResultLong = mResultLong; in logOperationLocked()1659 public long mResultLong; // MIN_VALUE means "value not set". field in SQLiteConnection.Operation1700 if (mResultLong != Long.MIN_VALUE) { in describe()1701 msg.append(", result=").append(mResultLong); in describe()