Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DSensorAdditionalInfo.java248 Sensor aSensor, int aType, int aSerial, int[] aIntValues, float[] aFloatValues) { in SensorAdditionalInfo() argument
250 type = aType; in SensorAdditionalInfo()
/frameworks/base/core/java/android/app/
DNotification.java3598 final int aType = a.getType(); in areIconsMaybeDifferent() local
3599 if (aType != b.getType()) { in areIconsMaybeDifferent()
3602 if (aType == Icon.TYPE_BITMAP || aType == Icon.TYPE_ADAPTIVE_BITMAP) { in areIconsMaybeDifferent()