* Returns true when the ID is valid, i.e., get() != kInvalidID * * @return True when valid. */
| 125 | * @return True when valid. |
| 126 | */ |
| 127 | bool isValid() const { return mID != kInvalidID; } |
| 128 | |
| 129 | /** |
| 130 | * Return the numeric value of the ID. |
no outgoing calls