HomeSort by relevance Sort by last modified time
    Searched refs:InflationException (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
InflationException.java 22 public class InflationException extends Exception {
23 public InflationException(String error) {
NotificationInflater.java 656 new InflationException("Couldn't inflate contentViews" + e));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationEntryManager.java 59 import com.android.systemui.statusbar.notification.InflationException;
506 } catch (InflationException e) {
525 } catch (InflationException e) {
744 throws InflationException {
    [all...]
NotificationData.java 60 import com.android.systemui.statusbar.notification.InflationException;
176 * @throws InflationException
179 throws InflationException {
183 throw new InflationException("No small icon in notification from "
206 throw new InflationException("Couldn't create icon: " + ic);
228 * @throws InflationException
231 throws InflationException {
245 throw new InflationException("Couldn't update icon: " + ic);

Completed in 95 milliseconds