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