/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | FolderOperations.java | 43 private final Map<String, Operation> mOperations; 67 Operation operation = new Operation(folder, add); in add() 108 Operation operation = mOperations.get(canonicalName); in hasApplyOperation() 130 Operation operation = mOperations.get(canonicalName); in hasRemoveOperation() 154 Set<Map.Entry<String, Operation>> operationSet = mOperations.entrySet(); in undoOperation() 155 for (Map.Entry<String, Operation> operationItem : operationSet) { in undoOperation() 156 Operation operationToUndo = operationItem.getValue(); in undoOperation() 166 public List<Operation> getOperationList() { in getOperationList() 167 List<Operation> results = Lists.newArrayList(); in getOperationList() 168 Set<Map.Entry<String, Operation>> operationSet = mOperations.entrySet(); in getOperationList() [all …]
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | AsyncQueryService.java | 59 public static class Operation { class in AsyncQueryService 83 case Operation.EVENT_ARG_QUERY: in opToChar() 85 case Operation.EVENT_ARG_INSERT: in opToChar() 87 case Operation.EVENT_ARG_UPDATE: in opToChar() 89 case Operation.EVENT_ARG_DELETE: in opToChar() 91 case Operation.EVENT_ARG_BATCH: in opToChar() 128 public final Operation getLastCancelableOperation() { in getLastCancelableOperation() 172 info.op = Operation.EVENT_ARG_QUERY; in startQuery() 204 info.op = Operation.EVENT_ARG_INSERT; in startInsert() 240 info.op = Operation.EVENT_ARG_UPDATE; in startUpdate() [all …]
|
D | AsyncQueryServiceHelper.java | 19 import com.android.calendar.AsyncQueryService.Operation; 108 builder.append(Operation.opToChar(op)); in toString() 148 public boolean equivalent(Operation o) { in equivalent() 176 static public Operation getLastCancelableOperation() { in getLastCancelableOperation() 178 Operation op = null; in getLastCancelableOperation() 187 op = new Operation(); in getLastCancelableOperation() 200 Log.d(TAG, "getLastCancelableOperation -> Operation:" + Operation.opToChar(op.op) in getLastCancelableOperation() 284 case Operation.EVENT_ARG_QUERY: in onHandleIntent() 305 case Operation.EVENT_ARG_INSERT: in onHandleIntent() 309 case Operation.EVENT_ARG_UPDATE: in onHandleIntent() [all …]
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
D | AsyncQueryServiceTest.java | 19 import com.android.calendar.AsyncQueryService.Operation; 111 work[index].op = Operation.EVENT_ARG_QUERY; in testQuery() 140 work[index].op = Operation.EVENT_ARG_INSERT; in testInsert() 166 work[index].op = Operation.EVENT_ARG_UPDATE; in testUpdate() 194 work[index].op = Operation.EVENT_ARG_DELETE; in testDelete() 224 work[index].op = Operation.EVENT_ARG_BATCH; in testBatch() 289 Operation lastOne = aqs.getLastCancelableOperation(); in testCancel_simpleCancelLastTest() 322 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3 in testCancel_cancelSecondToLast() 352 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3 in testCancel_multipleCancels() 367 work.op = Operation.EVENT_ARG_DELETE; in generateWork() [all …]
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | SeqStep.java | 8 import javax.obex.Operation; 61 public boolean validate(HeaderSet response, Operation op) throws IOException { in validate() 66 public void serverPreAction(HeaderSet request, Operation op) throws IOException { in serverPreAction() 72 public void clientPostAction(HeaderSet response, Operation op) throws IOException { in clientPostAction()
|
D | ObexTestServer.java | 10 import javax.obex.Operation; 77 public int onPut(Operation operation) { in onPut() 109 public int onGet(Operation operation) { in onGet()
|
D | ISeqStepAction.java | 6 import javax.obex.Operation; 10 void execute(SeqStep step, HeaderSet request, Operation op) in execute()
|
D | ISeqStepValidator.java | 6 import javax.obex.Operation; 12 boolean validate(SeqStep step, HeaderSet response, Operation op) in validate()
|
D | MapStepsFolder.java | 6 import javax.obex.Operation; 83 public void execute(SeqStep step, HeaderSet request, Operation op) in execute() 112 public boolean validate(SeqStep step, HeaderSet response, Operation op) in validate()
|
D | MapObexTestServer.java | 7 import javax.obex.Operation; 132 public int onPut(Operation operation) { in onPut() 159 public int onGet(Operation operation) { in onGet()
|
D | TestSequencer.java | 10 import javax.obex.Operation; 149 Operation op = mClientSession.get(reqHeaders); in run() 161 Operation op = mClientSession.put(reqHeaders); in run()
|
D | MapStepsConvo.java | 9 import javax.obex.Operation; 203 public boolean validate(SeqStep step, HeaderSet response, Operation op) in validate()
|
D | MapObexLevelTest.java | 9 import javax.obex.Operation; 257 public boolean validate(SeqStep step, HeaderSet response, Operation notUsed) in validate()
|
D | SdpManagerTestServer.java | 8 import javax.obex.Operation; 100 public int onPut(Operation operation) { in onPut() 110 public int onGet(Operation operation) { in onGet()
|
D | MapTestData.java | 7 import javax.obex.Operation; 79 public void execute(SeqStep step, HeaderSet request, Operation op) in execute()
|
D | SdpManagerTest.java | 8 import javax.obex.Operation; 199 Operation op = mClientSession.get(reqHeaders); in testSdpSearchClient()
|
D | ObexTest.java | 27 import javax.obex.Operation; 299 public boolean validate(SeqStep step, HeaderSet response, Operation op) in validate() 319 public boolean validate(SeqStep step, HeaderSet notUsed, Operation op) in validate()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 56 import javax.obex.Operation; 252 public int onPut(final Operation op) { in onPut() 320 public int onGet(Operation op) { in onGet() 595 private final int sendVcardListingXml(final int type, Operation op, in sendVcardListingXml() 694 private final int pushHeader(final Operation op, final HeaderSet reply) { in pushHeader() 717 private final int pushBytes(Operation op, final String vcardString) { in pushBytes() 742 HeaderSet reply, Operation op) { in handleAppParaForResponse() 833 HeaderSet reply, Operation op) { in pullVcardListing() 894 Operation op, final String name, final String current_path) { in pullVcardEntry() 949 Operation op, final String name) { in pullPhonebook() [all …]
|
D | BluetoothPbapVcardManager.java | 65 import javax.obex.Operation; 336 public final int composeAndSendCallLogVcards(final int type, Operation op, in composeAndSendCallLogVcards() 401 public final int composeAndSendPhonebookVcards(Operation op, final int startPoint, in composeAndSendPhonebookVcards() 432 public final int composeAndSendPhonebookOneVcard(Operation op, final int offset, in composeAndSendPhonebookOneVcard() 529 public final int composeContactsAndSendVCards(Operation op, final Cursor contactIdCursor, in composeContactsAndSendVCards() 618 public final int composeCallLogsAndSendVCards(Operation op, final String selection, in composeCallLogsAndSendVCards() 693 private Operation operation; 699 public HandlerForStringBuffer(Operation op, String ownerVCard) { in HandlerForStringBuffer()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapObexServer.java | 43 import javax.obex.Operation; 401 public int onPut(final Operation op) { in onPut() 556 private int pushMessage(final Operation op, String folderName, in pushMessage() 829 public int onGet(Operation op) { in onGet() 956 private int sendMessageListingRsp(Operation op, in sendMessageListingRsp() 1147 private int sendConvoListingRsp(Operation op, in sendConvoListingRsp() 1267 private int sendFolderListingRsp(Operation op, BluetoothMapAppParams appParams){ in sendFolderListingRsp() 1358 private int sendMASInstanceInformationRsp(Operation op, BluetoothMapAppParams appParams){ in sendMASInstanceInformationRsp() 1457 private int sendGetMessageRsp(Operation op, String handle, in sendGetMessageRsp()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | TestActivity.java | 66 import javax.obex.Operation; 499 public int onPut(Operation op) { in onPut() 552 public int onGet(Operation op) { in onGet()
|
D | BluetoothOppObexServerSession.java | 54 import javax.obex.Operation; 163 public int onPut(Operation op) { in onPut() 412 private int receiveFile(BluetoothOppReceiveFileInfo fileInfo, Operation op) { in receiveFile()
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 39880 …53 W art : Verification of android.database.sqlite.SQLiteConnection$Operation android.database… 44296 Could not attach to thread: Operation not permitted 44299 Could not attach to thread: Operation not permitted 44312 Could not attach to thread: Operation not permitted 44315 Could not attach to thread: Operation not permitted 44318 Could not attach to thread: Operation not permitted 44321 Could not attach to thread: Operation not permitted 44324 Could not attach to thread: Operation not permitted 44327 Could not attach to thread: Operation not permitted 44330 Could not attach to thread: Operation not permitted [all …]
|