Searched refs:SUPPORT_PRINT (Results 1 – 4 of 4) sorted by relevance
44 public static final int SUPPORT_PRINT = 1 << 17; field in MediaObject
214 int supported = SUPPORT_PRINT | SUPPORT_SETAS; in getSupportedOperations()
240 | SUPPORT_SETAS | SUPPORT_PRINT | SUPPORT_INFO; in getSupportedOperations()
180 boolean supportPrint = (supported & MediaObject.SUPPORT_PRINT) != 0; in updateMenuOperation()