Home
last modified time | relevance | path

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

/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
DExportLicensesTask.groovy69 …licenses : ["https://git-wip-us.apache.org/repos/asf?p=commons-lang.git;a=blob_plain;f=LICENSE.txt…
70 …notices : ["https://git-wip-us.apache.org/repos/asf?p=commons-lang.git;a=blob_plain;f=NOTICE.txt;…
86 …licenses: ["https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=blob_plain;f=LICENSE.tx…
87 …notices: ["https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=blob_plain;f=NOTICE.txt;…
/frameworks/base/core/java/android/app/
DNotification.java3842 public Notification buildStyled(Notification wip) { in buildStyled() argument
3843 populateTickerView(wip); in buildStyled()
3844 populateContentView(wip); in buildStyled()
3845 populateBigContentView(wip); in buildStyled()
3846 populateHeadsUpContentView(wip); in buildStyled()
3847 return wip; in buildStyled()
3859 protected void populateTickerView(Notification wip) {} in populateTickerView() argument
3863 protected void populateContentView(Notification wip) {} in populateContentView() argument
3868 protected void populateBigContentView(Notification wip) {} in populateBigContentView() argument
3873 protected void populateHeadsUpContentView(Notification wip) {} in populateHeadsUpContentView() argument
[all …]