Home
last modified time | relevance | path

Searched defs:EMPTY_ARRAY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DAppInfo.java48 public static final AppInfo[] EMPTY_ARRAY = new AppInfo[0]; field in AppInfo
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DMessage.java24 public static final Message[] EMPTY_ARRAY = new Message[0]; field in Message