Home | History | Annotate | Download | only in map

Lines Matching defs:SHUTDOWN

99     private static final int SHUTDOWN = 4;
160 mBluetoothMnsObexClient.shutdown();
165 mMasInstances.valueAt(i).shutdown();
300 // Shutdown the MNS client - this must happen before MAS close
302 mBluetoothMnsObexClient.shutdown();
389 case SHUTDOWN:
719 masInst.shutdown();
820 mAppObserver.shutdown();
940 } // Can only be null during shutdown
950 } // Can only be null during shutdown
957 } // Can only be null during shutdown
972 if (mSessionStatusHandler.hasMessages(SHUTDOWN)) {
974 Log.w(TAG, "mSessionStatusHandler shutdown message already in Queue");
980 Message msg = mSessionStatusHandler.obtainMessage(SHUTDOWN);
982 Log.w(TAG, "mSessionStatusHandler shutdown message could not be sent");