OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStartId
(Results
1 - 3
of
3
) 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
173
private int
mStartId
= -1;
212
mStartId
= startId;
431
if (
mStartId
!= -1 && stopSelfResult(
mStartId
)) {
433
mStartId
= -1;
/packages/apps/Email/src/com/android/email/service/
MailService.java
95
private int
mStartId
;
149
mStartId
= startId;
649
int serviceId =
mStartId
;
Completed in 167 milliseconds