Home
last modified time | relevance | path

Searched refs:MSG_READ_ATTRIBUTION_SOURCE_BUNDLE (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DAttributionSourceService.java49 public static final int MSG_READ_ATTRIBUTION_SOURCE_BUNDLE = 0; field in AttributionSourceService
71 case MSG_READ_ATTRIBUTION_SOURCE_BUNDLE: in handleMessage()
77 if (receivingMessage.what == MSG_READ_ATTRIBUTION_SOURCE_BUNDLE) { in handleMessage()
179 case MSG_READ_ATTRIBUTION_SOURCE_BUNDLE: in handleMessage()
276 m = Message.obtain(null, MSG_READ_ATTRIBUTION_SOURCE_BUNDLE); in postAttributionSource()