()
| 528 | } |
| 529 | |
| 530 | public getGridItems(): { [s: string]: GridItem; }{ |
| 531 | return this.gridItems; |
| 532 | } |
| 533 | |
| 534 | public getIsStatusBarAllowedToUseTheNKey(): boolean{ |
| 535 | return this.isStatusBarAllowedToUseTheNKey; |
no outgoing calls
no test coverage detected