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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppShareInfo.java72 int direction, String destination, int visibility, int confirm, int status,
82 mConfirm = confirm;
71 BluetoothOppShareInfo(int id, Uri uri, String hint, String filename, String mimetype, int direction, String destination, int visibility, int confirm, int status, int totalBytes, int currentBytes, int timestamp, boolean mediaScanned) argument
H A DBluetoothOppNotification.java52 * where there is an ongoing transfer, incoming transfer need confirm and
64 static final String confirm = "(" + BluetoothShare.USER_CONFIRMATION + " == '" field in class:BluetoothOppNotification
74 static final String WHERE_RUNNING = status + " AND " + visible + " AND " + confirm;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
H A DContactsDumpActivity.java58 mConfirmButton = (Button) findViewById(R.id.confirm);
71 case R.id.confirm:
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallerActivity.java160 TextView confirm = (TextView) findViewById(R.id.uninstall_confirm);
163 confirm.setText(R.string.uninstall_update_text);
168 confirm.setText(R.string.uninstall_application_text_all_users);
170 confirm.setText(R.string.uninstall_application_text);
/packages/apps/Browser/tests/src/com/android/browser/
H A DPopularUrlsTest.java164 result.confirm();
178 result.confirm();
192 result.confirm(defaultValue);
203 result.confirm();
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDebugActivity.java66 mConfirmButton = (Button) findViewById(R.id.confirm);
81 case R.id.confirm:
/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageUtils.java808 builder.setTitle(R.string.confirm);

Completed in 1531 milliseconds