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 53 Bundle bindOptions = null;
82 bindOptions = copy.bindOptions == null ? null : (Bundle) copy.bindOptions.clone();
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
PendingAddWidgetInfo.java 42 public Bundle bindOptions = null;

Completed in 151 milliseconds