Searched refs:typeSelection (Results 1 – 2 of 2) sorted by relevance
506 String typeSelection = BluetoothPbapObexServer.createSelectionPara(type); in composeAndSendSelectedCallLogVcards() local514 callsCursor = mResolver.query(myUri, CALLLOG_PROJECTION, typeSelection, null, in composeAndSendSelectedCallLogVcards()552 if (typeSelection == null) { in composeAndSendSelectedCallLogVcards()555 selection = "(" + typeSelection + ") AND (" + recordSelection + ")"; in composeAndSendSelectedCallLogVcards()
584 private static String getTimeConstrainedQuery(final String typeSelection, in getTimeConstrainedQuery() argument588 queryBuilder.append(typeSelection); in getTimeConstrainedQuery()