Home
last modified time | relevance | path

Searched defs:arrayPos (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java447 int arrayPos = 0; in run() local
560 private void insertShare(Cursor cursor, int arrayPos) { in insertShare()
689 private void updateShare(Cursor cursor, int arrayPos, boolean userAccepted) { in updateShare()
786 private void deleteShare(int arrayPos) { in deleteShare()
883 private boolean needAction(int arrayPos) { in needAction()
891 private boolean visibleNotification(int arrayPos) { in visibleNotification()
896 private boolean scanFile(Cursor cursor, int arrayPos) { in scanFile()
910 private boolean shouldScanFile(int arrayPos) { in shouldScanFile()