Searched defs:INVALID_ID (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpPlayer.java32 public static final int INVALID_ID = -1; field in class:AvrcpPlayer
42 mId = INVALID_ID;
/packages/apps/Dialer/java/com/android/dialer/blocking/
H A DFilteredNumberAsyncQueryHandler.java42 public static final int INVALID_ID = -1; field in class:FilteredNumberAsyncQueryHandler
115 * the id for the blocked number, {@link #INVALID_ID}, or {@code null} based on the result of the
121 listener.onCheckComplete(INVALID_ID);
144 listener.onCheckComplete(INVALID_ID);
151 listener.onCheckComplete(INVALID_ID);
152 blockedNumberCache.put(number, INVALID_ID);
/packages/apps/DeskClock/src/com/android/deskclock/provider/
H A DAlarm.java43 public static final long INVALID_ID = -1; field in class:Alarm
115 if (alarm.id != INVALID_ID) {
254 if (alarm.id == Alarm.INVALID_ID) return false;
261 if (alarmId == INVALID_ID) return false;
296 this.id = INVALID_ID;
H A DAlarmInstance.java56 public static final long INVALID_ID = -1; field in class:AlarmInstance
92 if (instance.mId != INVALID_ID) {
263 if (instance.mId == INVALID_ID) return false;
270 if (instanceId == INVALID_ID) return false;
305 mId = INVALID_ID;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DOnePaneController.java59 private static final int INVALID_ID = -1; field in class:OnePaneController
61 private int mLastConversationListTransactionId = INVALID_ID;
62 private int mLastConversationTransactionId = INVALID_ID;
110 inState.getInt(CONVERSATION_LIST_TRANSACTION_KEY, INVALID_ID);
111 mLastConversationTransactionId = inState.getInt(CONVERSATION_TRANSACTION_KEY, INVALID_ID);
258 mLastConversationListTransactionId = INVALID_ID;
/packages/apps/TV/src/com/android/tv/data/
H A DChannel.java49 public static final long INVALID_ID = -1; field in class:Channel
291 // All pass-through TV channels have INVALID_ID value for mId.
424 return channel != null && (channel.mId != INVALID_ID || channel.mIsPassthrough);
438 mChannel.mId = INVALID_ID;
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramManager.java58 private static final long INVALID_ID = -1; field in class:ProgramManager
422 * (e.g., whose channelId is INVALID_ID), when it corresponds to a gap between programs.
596 if (program.getChannelId() == INVALID_ID) {

Completed in 169 milliseconds