HomeSort by relevance Sort by last modified time
    Searched defs:bindOptions (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PendingAddItemInfo.java 59 Bundle bindOptions = null;
100 bindOptions = copy.bindOptions == null ? null : (Bundle) copy.bindOptions.clone();
  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAddItemInfo.java 59 Bundle bindOptions = null;
100 bindOptions = copy.bindOptions == null ? null : (Bundle) copy.bindOptions.clone();

Completed in 345 milliseconds