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

  /packages/apps/Calendar/src/com/android/calendar/
AlertService.java 223 int newStatus;
226 newStatus = 2;
229 newStatus = 1;
232 newStatus = 0;
239 notificationEventStatus < newStatus)) {
243 notificationEventStatus = newStatus;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 683 int newStatus = cursor.getInt(statusColumn);
686 && BluetoothShare.isStatusCompleted(newStatus)) {
690 info.mStatus = newStatus;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 635 milliseconds