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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/
Activator.java 73 public static IStatus newStatus(Exception e) {
78 mPlugin.getLog().log(newStatus(e));
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 852 FlushStatus newStatus =
859 mFlushingAudio = newStatus;
870 mFlushingVideo = newStatus;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/discovery/
NdkDiscoveryUpdater.java 116 throw new CoreException(Activator.newStatus(e));
118 throw new CoreException(Activator.newStatus(e));
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 264 int newStatus;
267 newStatus = 2;
270 newStatus = 1;
273 newStatus = 0;
280 notificationEventStatus < newStatus)) {
284 notificationEventStatus = newStatus;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 681 int newStatus = cursor.getInt(statusColumn);
684 && BluetoothShare.isStatusCompleted(newStatus)) {
688 info.mStatus = newStatus;
    [all...]
  /dalvik/vm/
Debugger.cpp 480 ThreadStatus newStatus = static_cast<ThreadStatus>(status);
481 ThreadStatus oldStatus = dvmChangeStatus(NULL, newStatus);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 467 milliseconds