OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStartId
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
IntRangeManager.java
55
int
mStartId
;
67
mStartId
= startId;
78
mStartId
= clientRange.
mStartId
;
95
mStartId
= intRange.
mStartId
;
117
if (range.
mStartId
<= nextRange.
mStartId
) {
121
if (range.
mStartId
== nextRange.
mStartId
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
178
private int
mStartId
= -1;
217
mStartId
= startId;
442
if (
mStartId
!= -1 && stopSelfResult(
mStartId
)) {
444
mStartId
= -1;
Completed in 49 milliseconds