OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_SLOT_ID
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantData.java
51
public static final int
INVALID_SLOT_ID
= -1;
171
pd.mSlotId =
INVALID_SLOT_ID
;
205
pd.mSlotId =
INVALID_SLOT_ID
;
269
pd.mSlotId =
INVALID_SLOT_ID
;
380
mSlotId =
INVALID_SLOT_ID
;
437
return mSlotId !=
INVALID_SLOT_ID
;
/external/autotest/client/cros/
pkcs11.py
17
INVALID_SLOT_ID
= '100'
49
return
INVALID_SLOT_ID
/packages/apps/Messaging/src/com/android/messaging/datamodel/
ParticipantRefresh.java
400
ParticipantData.
INVALID_SLOT_ID
, Color.TRANSPARENT, "''",
638
selection, new String[] { String.valueOf(ParticipantData.
INVALID_SLOT_ID
) },
DatabaseHelper.java
394
* {@link android.telephony.SubscriptionManager#
INVALID_SLOT_ID
}.
448
+ ParticipantData.
INVALID_SLOT_ID
+ "),"
[
all
...]
BugleDatabaseOperations.java
701
new String[] { selfId, String.valueOf(ParticipantData.
INVALID_SLOT_ID
) },
[
all
...]
Completed in 170 milliseconds