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.java435 int arrayPos = 0; in run() local
545 private void insertShare(Cursor cursor, int arrayPos) { in insertShare()
674 private void updateShare(Cursor cursor, int arrayPos, boolean userAccepted) { in updateShare()
771 private void deleteShare(int arrayPos) { in deleteShare()
867 private boolean needAction(int arrayPos) { in needAction()
875 private boolean visibleNotification(int arrayPos) { in visibleNotification()
880 private boolean scanFile(Cursor cursor, int arrayPos) { in scanFile()
894 private boolean shouldScanFile(int arrayPos) { in shouldScanFile()