Searched defs:PATH (Results 1 – 4 of 4) sorted by relevance
25 public static final String PATH = "messageChange"; field in MessageStateChange
26 public static final String PATH = "messageMove"; field in MessageMove
1330 matcher.addURI(ContactsContract.AUTHORITY, SyncStateContentProviderHelper.PATH, SYNCSTATE); in matcher.addURI()1331 matcher.addURI(ContactsContract.AUTHORITY, SyncStateContentProviderHelper.PATH + "/#", in matcher.addURI()1333 matcher.addURI(ContactsContract.AUTHORITY, "profile/" + SyncStateContentProviderHelper.PATH, in matcher.addURI()1336 "profile/" + SyncStateContentProviderHelper.PATH + "/#", in matcher.addURI()
623 final static String PATH = "telecom/msg/"; field in BluetoothMapContentObserver.Event