OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAbi
(Results
1 - 12
of
12
) sorted by null
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
ExternalStorageHostTest.java
102
assertNotNull(
getAbi
());
142
String[] options = {AbiUtils.createAbiFlag(
getAbi
().getName())};
165
String[] options = {AbiUtils.createAbiFlag(
getAbi
().getName())};
188
String[] options = {AbiUtils.createAbiFlag(
getAbi
().getName())};
212
final String[] options = {AbiUtils.createAbiFlag(
getAbi
().getName())};
241
final String[] options = {AbiUtils.createAbiFlag(
getAbi
().getName())};
286
final String[] options = {AbiUtils.createAbiFlag(
getAbi
().getName())};
332
String[] options = {AbiUtils.createAbiFlag(
getAbi
().getName())};
373
final String[] options = {AbiUtils.createAbiFlag(
getAbi
().getName())};
415
final String[] options = {AbiUtils.createAbiFlag(
getAbi
().getName())}
[
all
...]
DirectBootHostTest.java
65
assertNotNull(
getAbi
());
225
super(getDevice(), getBuild(),
getAbi
());
BaseAppSecurityTest.java
95
super(getDevice(), getBuild(),
getAbi
());
AdoptableHostTest.java
95
final String abi =
getAbi
().getName();
407
super(getDevice(), getBuild(),
getAbi
());
SplitTests.java
222
final String abi =
getAbi
().getName();
247
final String abi =
getAbi
().getName();
EphemeralTest.java
124
assertNotNull(
getAbi
());
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
UsesLibraryHostTest.java
89
super(getDevice(), getBuild(),
getAbi
());
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
CtsReportParser.java
84
tPkg.
getAbi
(),
112
"%s,%d,%d,%s\n", tPkg.getName(), testCaseCnt, moduleCnt++, tPkg.
getAbi
());
ComparisonReport.java
126
i++, module.getName(), testCaseName, tPkg.
getAbi
());
/cts/hostsidetests/classloaders/splits/src/android/classloaders/cts/
ClassloaderSplitsTest.java
125
super(getDevice(), getBuild(),
getAbi
());
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DalvikTest.java
207
public IAbi
getAbi
() {
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java
196
public IAbi
getAbi
() {
[
all
...]
Completed in 186 milliseconds