HomeSort by relevance Sort by last modified time
    Searched defs:INVALID_ID (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/interfaces/audio/common/2.0/default/
EffectMap.h 31 static const uint64_t INVALID_ID;
EffectMap.cpp 26 const uint64_t EffectMap::INVALID_ID = 0;
30 static std::atomic<uint64_t> counter{INVALID_ID + 1};
  /external/ltp/testcases/kernel/timers/timer_delete/
timer_delete03.c 75 #define INVALID_ID ((kernel_timer_t)-1)
100 TEST(ltp_syscall(__NR_timer_delete, INVALID_ID));
  /developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/
Contact.java 49 public static final int INVALID_ID = -1;
  /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
Contact.java 49 public static final int INVALID_ID = -1;
  /development/samples/browseable/DirectShare/src/com.example.android.directshare/
Contact.java 49 public static final int INVALID_ID = -1;
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
StableArrayAdapter.java 27 final int INVALID_ID = -1;
41 return INVALID_ID;
DynamicListView.java 83 private final int INVALID_ID = -1;
84 private long mAboveItemId = INVALID_ID;
85 private long mMobileItemId = INVALID_ID;
86 private long mBelowItemId = INVALID_ID;
418 mAboveItemId = INVALID_ID;
419 mMobileItemId = INVALID_ID;
420 mBelowItemId = INVALID_ID;
439 mAboveItemId = INVALID_ID;
440 mMobileItemId = INVALID_ID;
441 mBelowItemId = INVALID_ID;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpPlayer.java 32 public static final int INVALID_ID = -1;
42 mId = INVALID_ID;
  /frameworks/base/libs/input/
PointerController.h 123 static const uint32_t INVALID_ID = 0xffffffff;
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
Alarm.java 43 public static final long INVALID_ID = -1;
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;
AlarmInstance.java 56 public static final long INVALID_ID = -1;
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/Dialer/java/com/android/dialer/blocking/
FilteredNumberAsyncQueryHandler.java 42 public static final int INVALID_ID = -1;
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);
  /cts/tests/tests/widget/src/android/widget/cts/
ArrayAdapterTest.java 52 private static final int INVALID_ID = -1;
73 new ArrayAdapter<String>(mContext, INVALID_ID); // invalid resource id
76 new ArrayAdapter<String>(mContext, R.layout.simple_dropdown_item_1line, INVALID_ID);
222 mArrayAdapter.setDropDownViewResource(INVALID_ID);
420 ArrayAdapter.createFromResource(mContext, R.array.string, INVALID_ID);
430 ArrayAdapter.createFromResource(mContext, INVALID_ID, R.layout.simple_spinner_item);
AdapterViewTest.java 69 private final static int INVALID_ID = -1;
100 new MockAdapterView(mActivity, null, INVALID_ID);
RemoteViewsTest.java 99 private static final int INVALID_ID = -1;
160 mRemoteViews = new RemoteViews(PACKAGE_NAME, INVALID_ID);
161 assertEquals(INVALID_ID, mRemoteViews.getLayoutId());
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java 50 public static final int INVALID_ID = Integer.MIN_VALUE;
86 private int mFocusedVirtualViewId = INVALID_ID;
89 private int mHoveredVirtualViewId = INVALID_ID;
149 return (virtualViewId != INVALID_ID);
151 if (mFocusedVirtualViewId != INVALID_ID) {
152 updateHoveredVirtualView(INVALID_ID);
179 if ((virtualViewId == INVALID_ID) || !mManager.isEnabled()) {
238 if (virtualViewId != INVALID_ID && mManager.isEnabled()) {
252 * @return A virtual view id, or {@link #INVALID_ID} if no item is
264 * hovered, or {@link #INVALID_ID} if no item is hovered withi
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
ExploreByTouchHelper.java 90 public static final int INVALID_ID = Integer.MIN_VALUE;
118 private int mAccessibilityFocusedVirtualViewId = INVALID_ID;
121 private int mKeyboardFocusedVirtualViewId = INVALID_ID;
124 private int mHoveredVirtualViewId = INVALID_ID;
188 return (virtualViewId != INVALID_ID);
190 if (mAccessibilityFocusedVirtualViewId != INVALID_ID) {
191 updateHoveredVirtualView(INVALID_ID);
272 if (mKeyboardFocusedVirtualViewId != INVALID_ID) {
283 * or {@link #INVALID_ID} if no virtual view has accessibility
292 * or {@link #INVALID_ID} if no virtual view has keyboard focu
    [all...]
  /packages/apps/TV/src/com/android/tv/data/
Channel.java 49 public static final long INVALID_ID = -1;
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/
ProgramManager.java 58 private static final long INVALID_ID = -1;
422 * (e.g., whose channelId is INVALID_ID), when it corresponds to a gap between programs.
596 if (program.getChannelId() == INVALID_ID) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java 59 private static final int INVALID_ID = -1;
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;
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationController.java 65 private static final int INVALID_ID = -1;
136 private int mIdOfLastServiceToMagnify = INVALID_ID;
411 mIdOfLastServiceToMagnify = INVALID_ID;
508 if (isMagnifying() && (id != INVALID_ID)) {
533 if (id != INVALID_ID) {
743 offsetMagnifiedRegion(scrollX * scale, scrollY * scale, INVALID_ID);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 83 private static final int INVALID_ID = 0;
595 if (++mUniqueId == INVALID_ID) return ++mUniqueId;
    [all...]
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 

Completed in 798 milliseconds

1 2