Searched refs:mShowAllIncoming (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferHistory.java78 private boolean mShowAllIncoming; field in class:BluetoothOppTransferHistory
92 mShowAllIncoming = getIntent().getBooleanExtra(
102 if (mShowAllIncoming) {
113 if (!mShowAllIncoming) {
148 if (mTransferCursor != null && !mShowAllIncoming) {
157 if (!mShowAllIncoming) {
221 if (mShowAllIncoming) {

Completed in 140 milliseconds