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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java888 public void setFilterLastActivityEnd(long filterPeriodEnd) { argument
889 this.mFilterPeriodEnd= filterPeriodEnd; //er reuse the same
892 public void setFilterPeriodEnd(String filterPeriodEnd) throws ParseException { argument
894 Date date = format.parse(filterPeriodEnd);
903 public void setFilterPeriodEnd(long filterPeriodEnd) { argument
904 this.mFilterPeriodEnd = filterPeriodEnd;
907 public void setFilterLastActivityEnd(String filterPeriodEnd) throws ParseException { argument
909 Date date = format.parse(filterPeriodEnd);

Completed in 4401 milliseconds