OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testVisibility
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
XmlErrorHandler.java
144
* @param
testVisibility
if <code>true</code>, the method will check the visibility of
149
boolean
testVisibility
) {
155
className, superClassName,
testVisibility
);
BaseProjectHelper.java
231
* @param
testVisibility
if <code>true</code>, the method will check the visibility of the class
236
String superClassName, boolean
testVisibility
) {
251
if (
testVisibility
&& Flags.isPublic(flags) == false) {
283
if (
testVisibility
&& Flags.isPublic(flags) == false) {
/external/chromium_org/chrome/test/functional/ap_lab/
ap_configurator_test.py
53
def
testVisibility
(self):
/frameworks/base/core/tests/coretests/src/android/view/
MenuTest.java
218
public void
testVisibility
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java
319
boolean
testVisibility
= SdkConstants.CLASS_ACTIVITY.equals(
325
mReferenceClass,
testVisibility
), text);
Completed in 318 milliseconds