Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98974159
SelectionCheckbox.java
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 18, 04:09
Size
292 B
Mime Type
text/x-java
Expires
Mon, Jan 20, 04:09 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23676980
Attached To
R3229 Genome Privacy - SHCS App
SelectionCheckbox.java
View Options
package
ch.epfl.pharma.widget
;
import
android.content.Context
;
import
android.view.View
;
import
framework.test.TestName
;
public
class
SelectionCheckbox
extends
View
{
TestName
test
;
public
SelectionCheckbox
(
Context
context
,
TestName
test
)
{
super
(
context
);
this
.
test
=
test
;
}
}
Event Timeline
Log In to Comment