Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src/
DNullaryConstructorBlacklistAndCorePlatformApi.java17 public class NullaryConstructorBlacklistAndCorePlatformApi { class
18 public NullaryConstructorBlacklistAndCorePlatformApi() { x = 22; } in NullaryConstructorBlacklistAndCorePlatformApi() method in NullaryConstructorBlacklistAndCorePlatformApi
19 public NullaryConstructorBlacklistAndCorePlatformApi(int y) { x = y; } in NullaryConstructorBlacklistAndCorePlatformApi() method in NullaryConstructorBlacklistAndCorePlatformApi