Searched refs:CAPABILITY_TRANSFER (Results 1 – 2 of 2) sorted by relevance
397 public static final int CAPABILITY_TRANSFER = 0x08000000; field in Connection1012 if ((capabilities & CAPABILITY_TRANSFER) == CAPABILITY_TRANSFER) { in capabilitiesToStringInternal()
477 public static final int CAPABILITY_TRANSFER = 0x04000000; field in Call.Details722 if (can(capabilities, CAPABILITY_TRANSFER)) { in capabilitiesToString()